Skip to content

Commit be75ca8

Browse files
committed
bump node version
1 parent 1b5f996 commit be75ca8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup node using cache (faster)
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: '22.17.1'
44+
node-version: '22.21.1'
4545

4646
- run: npm ci --production
4747

@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup Node (for publish)
9595
uses: actions/setup-node@v4
9696
with:
97-
node-version: '22.17.1'
97+
node-version: '22.21.1'
9898
registry-url: 'https://registry.npmjs.org'
9999

100100
- name: Preview npm tarball

0 commit comments

Comments
 (0)