We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e96ab commit 5f1f7a9Copy full SHA for 5f1f7a9
.github/workflows/conformance.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-18.04
8
strategy:
9
matrix:
10
- runtime: ['nodejs10', 'nodejs12', 'nodejs14', 'nodejs16']
+ node-version: [10, 12, 14, 16]
11
steps:
12
- name: Harden Runner
13
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 # v2.2.0
0 commit comments