Skip to content

Commit

Permalink
Tests only with 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Nov 7, 2023
1 parent bc82cb6 commit fde8534
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:

jobs:
test:
strategy:
matrix:
node-version: ["16.x", "18.x"]

runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -21,7 +17,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version: "${{ matrix.node-version }}"
node-version: "18.x"
cache: "npm"

- name: "Install dependencies"
Expand Down

0 comments on commit fde8534

Please sign in to comment.