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 4573193 commit 4b911c1Copy full SHA for 4b911c1
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
ref: ${{ github.event.inputs.git-ref }}
30
fetch-depth: 5 # because this is an manual trigger, only fetch the latest 5
31
- name: Use Node.js ${{ matrix.node-version }}
32
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
33
with:
34
node-version: ${{ matrix.node-version }}
35
- name: Install node_modules
@@ -53,7 +53,7 @@ jobs:
53
steps:
54
- uses: actions/checkout@v2
55
- name: Use Node.js 12
56
57
58
node-version: 12.x
59
0 commit comments