Skip to content

Commit

Permalink
Merge pull request #46 from codex-team/fix-ci
Browse files Browse the repository at this point in the history
fix(ci): use node 20 on ci
  • Loading branch information
neSpecc authored Apr 20, 2024
2 parents 9a7358f + d1c60dd commit 2c1773e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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: yarn
- run: yarn publish --access=public
Expand Down

0 comments on commit 2c1773e

Please sign in to comment.