We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f6528 commit dc495e4Copy full SHA for dc495e4
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
# Enable annotations only for node 20 + ubuntu
30
matrix:
31
os: [ubuntu-latest]
32
- node: [14, 16, 18, 20]
+ node: [16, 18, 20]
33
include:
34
- os: macos-latest
35
node: 18
@@ -39,8 +39,6 @@ jobs:
39
is_base_os_version: true
40
- node: 18
41
is_base_node_version: true
42
- - node: 14
43
- needs_npm_update: true
44
steps:
45
- uses: actions/checkout@v3
46
with:
@@ -49,12 +47,6 @@ jobs:
49
47
50
48
node-version: ${{ matrix.node }}
51
52
- - name: npm update
53
- run: |
54
- npm install -g npm@8
55
- npm --version
56
- if: matrix.needs_npm_update
57
-
58
- name: npm ci
59
run: |
60
npm ci --ignore-scripts
0 commit comments