Skip to content

Commit 01459c4

Browse files
meta: update dependency node to v22
1 parent 65546f3 commit 01459c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20.x
23+
node-version: 22.x
2424
cache: yarn
2525
- run: yarn install --frozen-lockfile
2626
- run: yarn test:format

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20.x
18+
node-version: 22.x
1919
cache: yarn
2020
- run: yarn install --frozen-lockfile
2121
- run: yarn test:format

0 commit comments

Comments
 (0)