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 dd4bb3c commit d1846d8
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 @@ -19,6 +19,10 @@ Check out [the wiki](https://github.com/CityOfPhiladelphia/phila-vue-mapping/wik

## Release Notes

### 3.1.21 - 12/4/2023

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

### 3.1.20 - 11/10/2023

* all changes to get building certs into atlas.phila.gov
Expand Down

0 comments on commit d1846d8

Please sign in to comment.