Skip to content

Commit

Permalink
test: setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakinWard committed Apr 23, 2024
1 parent f521720 commit e045815
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.17.x]

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js ${{ matrix.node-version }}
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 18.17

- name: Cache node modules
id: cache-npm
Expand Down

0 comments on commit e045815

Please sign in to comment.