Skip to content

Commit e1dbb55

Browse files
authored
test: Stop running with unsupported Node.js versions (#1296)
1 parent eef23ca commit e1dbb55

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/validate.yml

+1-9
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:
@@ -85,10 +81,6 @@ jobs:
8581
with:
8682
node-version: 18
8783

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

0 commit comments

Comments
 (0)