Skip to content

Commit

Permalink
Update test.yml to only use Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Apr 1, 2024
1 parent 7042bd7 commit 10aff69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: 'Tests (Node ${{ matrix.node_version }})'
strategy:
matrix:
node_version: [16, 18]
node_version: [20]
runs-on: 'ubuntu-22.04'
steps:
- name: 'Checkout the current branch'
Expand All @@ -20,4 +20,4 @@ jobs:
- name: 'Install Node modules'
run: 'npm ci'
- name: 'Run tests'
run: 'npm run test'
run: 'npm run test'

0 comments on commit 10aff69

Please sign in to comment.