Skip to content

Commit

Permalink
Merge pull request #6 from joshbetz/chore-gh-action-node-version
Browse files Browse the repository at this point in the history
Bump gh action node version
  • Loading branch information
joshbetz committed Nov 5, 2023
2 parents 98e29d2 + 65ca683 commit 281bd29
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 @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test

Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 281bd29

Please sign in to comment.