We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30868a8 commit 5410c25Copy full SHA for 5410c25
1 file changed
.github/workflows/nodejs.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, windows-latest, macos-latest]
17
- node-version: [14, 16, 20, latest]
+ node-version: [18, 20, latest]
18
19
steps:
20
- uses: actions/checkout@v4
@@ -23,11 +23,7 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
26
- - if: matrix.node-version == 14
27
- run: npm install --global npm@7
28
- run: npm ci
29
- - if: matrix.node-version < 18
30
- run: npm install --no-save rollup@3
31
- run: npm test
32
- run: npm run test:dist
33
0 commit comments