Skip to content

Commit dc495e4

Browse files
committed
drop node 14 tests
1 parent 57f6528 commit dc495e4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Enable annotations only for node 20 + ubuntu
3030
matrix:
3131
os: [ubuntu-latest]
32-
node: [14, 16, 18, 20]
32+
node: [16, 18, 20]
3333
include:
3434
- os: macos-latest
3535
node: 18
@@ -39,8 +39,6 @@ jobs:
3939
is_base_os_version: true
4040
- node: 18
4141
is_base_node_version: true
42-
- node: 14
43-
needs_npm_update: true
4442
steps:
4543
- uses: actions/checkout@v3
4644
with:
@@ -49,12 +47,6 @@ jobs:
4947
with:
5048
node-version: ${{ matrix.node }}
5149

52-
- name: npm update
53-
run: |
54-
npm install -g npm@8
55-
npm --version
56-
if: matrix.needs_npm_update
57-
5850
- name: npm ci
5951
run: |
6052
npm ci --ignore-scripts

0 commit comments

Comments
 (0)