Skip to content

Commit b9eef01

Browse files
committed
update node versions in github action
1 parent d370d60 commit b9eef01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x, 19.x]
12+
node-version: [16.x, 18.x, 19.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
1617
- name: Use Node.js ${{ matrix.node-version }}
1718
uses: actions/setup-node@v1
1819
with:
1920
node-version: ${{ matrix.node-version }}
21+
2022
- name: Install deps and build (with cache)
2123
uses: bahmutov/npm-install@v1
24+
2225
- name: Test package
2326
run: yarn tsdx test

0 commit comments

Comments
 (0)