Skip to content

Commit 2c1773e

Browse files
authored
Merge pull request #46 from codex-team/fix-ci
fix(ci): use node 20 on ci
2 parents 9a7358f + d1c60dd commit 2c1773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 20
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn
1818
- run: yarn publish --access=public

0 commit comments

Comments
 (0)