Skip to content

Commit f364a16

Browse files
authored
use Node 22 in CI workflows (#354)
1 parent e21d9e6 commit f364a16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16]
18+
node-version: [20, 22]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node-version: [18]
24+
node-version: [22]
2525

2626
steps:
2727
- uses: actions/checkout@v3

.github/workflows/release-insiders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [12]
17+
node-version: [22]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18]
17+
node-version: [22]
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)