Skip to content

Commit a164a75

Browse files
authored
Merge pull request #72 from FreeClimbAPI/update-publish-node-version
bump publish workflow node version
2 parents 5552252 + 1ff0f0f commit a164a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: 16
32+
node-version: 18.20.1
3333
registry-url: https://registry.npmjs.org/
3434
- run: yarn install
3535
- run: yarn build

0 commit comments

Comments
 (0)