Skip to content

Commit cf08cc7

Browse files
committed
CI: switch to Node.js 22
1 parent 8828bc8 commit cf08cc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
FORCE_COLOR: 2
11-
NODE: 20
11+
NODE: 22
1212

1313
permissions:
1414
contents: read

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
FORCE_COLOR: 2
12-
NODE: 20
12+
NODE: 22
1313

1414
permissions:
1515
contents: read

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 20
13+
NODE: 22
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)