Skip to content

Commit c402882

Browse files
committed
Update nodejs versions
1 parent a20c128 commit c402882

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
PRIMARY_NODEJS_VERSION: 18
8+
PRIMARY_NODEJS_VERSION: 22
99
REPORTER: 'min'
1010

1111
jobs:
@@ -46,6 +46,8 @@ jobs:
4646
node_version:
4747
- 16
4848
- 18
49+
- 20
50+
- 22
4951

5052
steps:
5153
- uses: actions/checkout@v2
@@ -66,7 +68,7 @@ jobs:
6668
matrix:
6769
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
6870
node_version:
69-
- 18
71+
- ${{ env.PRIMARY_NODEJS_VERSION }}
7072

7173
steps:
7274
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)