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.
actions/setup-node@v2
1 parent 6641d88 commit 77937d8Copy full SHA for 77937d8
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
15
- name: Install Packages
16
run: npm install
17
- name: Lint Files
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
with:
55
node-version: '12'
56
0 commit comments