We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05096cf commit 0bac259Copy full SHA for 0bac259
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/[email protected]
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v2.2.0
+ uses: actions/setup-node@v2.3.0
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm i
0 commit comments