Skip to content

Commit 546977a

Browse files
chore(deps): update dependency node to v22
1 parent 618c651 commit 546977a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 16
12+
node-version: 22
1313
registry-url: https://registry.npmjs.org
1414
- run: npm install
1515
- run: npm run build

.github/workflows/release_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version: 22
1414
registry-url: https://registry.npmjs.org
1515
- run: npm install
1616
- run: npm run build

.github/workflows/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v3
1010
with:
11-
node-version: 16
11+
node-version: 22
1212
- run: npm install
1313
- run: npx tsc -noEmit
1414
- run: npm run eslint:check

0 commit comments

Comments
 (0)