Skip to content

Commit 5f1f7a9

Browse files
authored
Fix node-version matrix config in conformance.yml (#522)
1 parent 82e96ab commit 5f1f7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-18.04
88
strategy:
99
matrix:
10-
runtime: ['nodejs10', 'nodejs12', 'nodejs14', 'nodejs16']
10+
node-version: [10, 12, 14, 16]
1111
steps:
1212
- name: Harden Runner
1313
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 # v2.2.0

0 commit comments

Comments
 (0)