Skip to content

Commit 4b9cc15

Browse files
Update pr.yml
1 parent 711b3af commit 4b9cc15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x, 18.x]
12+
node-version: [18.x, 20.x, 21.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm ci
21-
- run: npm run build --if-present
21+
- run: npm run build
2222
- run: npm test
2323
- name: Upload Code Coverage
2424
uses: codecov/codecov-action@v3.1.0

0 commit comments

Comments
 (0)