We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711b3af commit 4b9cc15Copy full SHA for 4b9cc15
1 file changed
.github/workflows/pr.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: [16.x, 18.x]
+ node-version: [18.x, 20.x, 21.x]
13
14
steps:
15
- uses: actions/checkout@v3
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm ci
21
- - run: npm run build --if-present
+ - run: npm run build
22
- run: npm test
23
- name: Upload Code Coverage
24
uses: codecov/codecov-action@v3.1.0
0 commit comments