We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973ab87 commit 9e51eafCopy full SHA for 9e51eaf
.github/workflows/ci_validation.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2.5.1
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm ci
0 commit comments