Skip to content

Commit f066ccd

Browse files
committed
build: add Node.js versions 18 and 20 to the matrix
1 parent 8637c81 commit f066ccd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/linux_test_install.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
BUILD_TASK: ['test-install']
7979

8080
# Define the list of Node.js versions on which to run this job:
81-
NODE_VERSION: ['16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
81+
NODE_VERSION: ['20', '18', 16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
8282

8383
# Define the list of package managers to test:
8484
PACKAGE_MANAGER: ['npm']
@@ -91,6 +91,14 @@ jobs:
9191
- OS: 'ubuntu-latest'
9292
PLATFORM: 'linux'
9393

94+
- NODE_VERSION: '20'
95+
NPM_VERSION: '>10.0.0'
96+
PNPM_VERSION: '6'
97+
98+
- NODE_VERSION: '18'
99+
NPM_VERSION: '>10.0.0'
100+
PNPM_VERSION: '6'
101+
94102
- NODE_VERSION: '16'
95103
NPM_VERSION: '>2.7.0 <10.0.0'
96104
PNPM_VERSION: '6'

0 commit comments

Comments
 (0)