Skip to content

Commit

Permalink
updates readme for release again, uses node 16 for push to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Dec 4, 2023
1 parent 5a8f8d0 commit 21e6716
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm publish --access public
env:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ To publish a new version of @phila/vue-datafetch to NPM:

## Release Notes

### 2.2.18 - 12/4/2023

* updates .yml file to use node 16 for pushing to npm

### 2.2.17 - 12/4/2023

* small changes from ux review of atlas.phila.gov
Expand Down

0 comments on commit 21e6716

Please sign in to comment.