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 194397b commit b851cbdCopy full SHA for b851cbd
.github/workflows/workflow.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Git checkout
20
uses: actions/checkout@v2
21
- name: Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
23
with:
24
node-version: ${{ matrix.node-version }}
25
- name: Install dependencies
0 commit comments