Skip to content

Commit 5673c84

Browse files
authored
Merge pull request dev-drprasad#44 from dev-drprasad/thadguidry-patch-TEST-NodeMatrix
Update test.yml to only use Node.js v20
2 parents 7042bd7 + 10aff69 commit 5673c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: 'Tests (Node ${{ matrix.node_version }})'
99
strategy:
1010
matrix:
11-
node_version: [16, 18]
11+
node_version: [20]
1212
runs-on: 'ubuntu-22.04'
1313
steps:
1414
- name: 'Checkout the current branch'
@@ -20,4 +20,4 @@ jobs:
2020
- name: 'Install Node modules'
2121
run: 'npm ci'
2222
- name: 'Run tests'
23-
run: 'npm run test'
23+
run: 'npm run test'

0 commit comments

Comments
 (0)