Skip to content

Commit

Permalink
test: Stop running with unsupported Node.js versions (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 8, 2024
1 parent eef23ca commit e1dbb55
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Otherwise we would not know if the problem is tied to the Node.js version
fail-fast: false
matrix:
node: [14, 16, 18, 20]
node: [18, 20]
runs-on: ubuntu-latest
steps:
- name: 猬囷笍 Checkout repo
Expand All @@ -43,10 +43,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
- name: Setup package manager
run: npm install -g npm@9.2.0

- name: 馃摜 Download deps
uses: bahmutov/npm-install@v1
with:
Expand Down Expand Up @@ -85,10 +81,6 @@ jobs:
with:
node-version: 18

# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
- name: Setup package manager
run: npm install -g npm@9.2.0

- name: 馃摜 Download deps
uses: bahmutov/npm-install@v1
with:
Expand Down

0 comments on commit e1dbb55

Please sign in to comment.