Skip to content

Commit 6a2dbc8

Browse files
committed
chore: use node22
1 parent 2ab98d5 commit 6a2dbc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 22
1919
- run: yarn install --immutable
2020
- run: yarn build
2121
- run: yarn lint
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-node@v3
3636
with:
37-
node-version: 18
37+
node-version: 22
3838
registry-url: https://registry.npmjs.org/
3939
- run: yarn install --immutable
4040
- run: yarn build

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 22
1919
- run: yarn install --immutable
2020
- run: yarn build
2121
- run: yarn lint

0 commit comments

Comments
 (0)