Skip to content

Commit

Permalink
Merge pull request #44 from dev-drprasad/thadguidry-patch-TEST-NodeMa…
Browse files Browse the repository at this point in the history
…trix

Update test.yml to only use Node.js v20
  • Loading branch information
thadguidry committed Apr 1, 2024
2 parents 7042bd7 + 10aff69 commit 5673c84
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 5673c84

Please sign in to comment.