Skip to content

Commit 41e7123

Browse files
committed
build: switch to Node.js 22
1 parent 6e87ede commit 41e7123

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/bundlewatch.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/css.yml

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

1212
env:
1313
FORCE_COLOR: 2
14-
NODE: 20
14+
NODE: 22
1515

1616
permissions:
1717
contents: read

.github/workflows/docs.yml

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

1212
env:
1313
FORCE_COLOR: 2
14-
NODE: 20
14+
NODE: 22
1515

1616
permissions:
1717
contents: read

.github/workflows/js.yml

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

1212
env:
1313
FORCE_COLOR: 2
14-
NODE: 20
14+
NODE: 22
1515

1616
permissions:
1717
contents: read

.github/workflows/lint.yml

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

1212
env:
1313
FORCE_COLOR: 2
14-
NODE: 20
14+
NODE: 22
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)