Skip to content

Commit c861c7e

Browse files
committed
feat(node): bump node support to 20
1 parent a43d2e5 commit c861c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
node: ['14.17', '16', '18']
12+
node: ['14.17', '16', '18', '20']
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414

1515
runs-on: ${{ matrix.os }}
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node.js 14
3636
uses: actions/setup-node@v2
3737
with:
38-
node-version: '14.17'
38+
node-version: '20'
3939
cache: npm
4040
- run: npm install -g npm@latest # Standard version seems to pull in incorrect package versions
4141
- run: npm ci

0 commit comments

Comments
 (0)