Skip to content

Commit

Permalink
node@16
Browse files Browse the repository at this point in the history
  • Loading branch information
zinen committed Feb 12, 2023
1 parent 202f878 commit 725c0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- run: npm ci
# Test requires and router to be readable from github actions. Mine is not
# and to tests are done locally on my B525s-23a router
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
Expand Down

0 comments on commit 725c0bd

Please sign in to comment.