Skip to content

Commit 81558a4

Browse files
Update dependency node to v22
1 parent 2694c19 commit 81558a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/[email protected]
3232
with:
33-
node-version: 16.x
33+
node-version: 22.x
3434
cache: pnpm
3535

3636
- run: pnpm install
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: actions/[email protected]
5353
with:
54-
node-version: 16.x
54+
node-version: 22.x
5555
cache: pnpm
5656

5757
- run: pnpm install --no-lockfile
@@ -85,7 +85,7 @@ jobs:
8585

8686
- uses: actions/[email protected]
8787
with:
88-
node-version: 16.x
88+
node-version: 22.x
8989
cache: pnpm
9090

9191
- run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
- uses: actions/[email protected]
1616
with:
17-
node-version: 18.x
17+
node-version: 22.x
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: npm publish

0 commit comments

Comments
 (0)