Skip to content

Commit faf770c

Browse files
committed
test: Stop running with unsupported Node.js versions
1 parent 6ad31ec commit faf770c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Otherwise we would not know if the problem is tied to the Node.js version
3030
fail-fast: false
3131
matrix:
32-
node: [14, 16, 18, 20]
32+
node: [18, 20]
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: ⬇️ Checkout repo
@@ -43,10 +43,6 @@ jobs:
4343
with:
4444
node-version: ${{ matrix.node }}
4545

46-
# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
47-
- name: Setup package manager
48-
run: npm install -g [email protected]
49-
5046
- name: 📥 Download deps
5147
uses: bahmutov/npm-install@v1
5248
with:
@@ -84,10 +80,6 @@ jobs:
8480
with:
8581
node-version: 18
8682

87-
# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
88-
- name: Setup package manager
89-
run: npm install -g [email protected]
90-
9183
- name: 📥 Download deps
9284
uses: bahmutov/npm-install@v1
9385
with:

0 commit comments

Comments
 (0)