Skip to content

Commit 6f0ce36

Browse files
committed
ci: bump node
1 parent 0df6928 commit 6f0ce36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: "16"
15+
node-version: "22"
1616
- name: Lint
1717
run: |
1818
yarn
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: "16"
35+
node-version: "22"
3636
- name: Publish
3737
run: yarn; yarn build:lib; npx semantic-release
3838
env:

0 commit comments

Comments
 (0)