Skip to content

Commit f4eba06

Browse files
committed
update actions node version
1 parent 181ccae commit f4eba06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18.13.0
21+
node-version: 22.17.0
2222

2323
- uses: pnpm/action-setup@v3
2424
with:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18.13.0
21+
node-version: 22.17.0
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)