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 d0a4adc commit f26013eCopy full SHA for f26013e
.github/workflows/github-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
17
- name: Use Node.js LTS 14.x
18
- uses: actions/setup-node@v2.3.0
+ uses: actions/setup-node@v2.4.1
19
with:
20
node-version: 14.x
21
@@ -50,7 +50,7 @@ jobs:
50
51
52
- name: Use Node.js ${{ matrix.node-version }}
53
54
55
node-version: ${{ matrix.node-version }}
56
0 commit comments