Skip to content

Commit

Permalink
Fix node-version matrix config in conformance.yml (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizhg authored Apr 4, 2023
1 parent 82e96ab commit 5f1f7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
runtime: ['nodejs10', 'nodejs12', 'nodejs14', 'nodejs16']
node-version: [10, 12, 14, 16]
steps:
- name: Harden Runner
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 # v2.2.0
Expand Down

0 comments on commit 5f1f7a9

Please sign in to comment.