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 4a0da80 commit 78a8544Copy full SHA for 78a8544
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- name: Setup node ${{ matrix.node-version }} in ${{ runner.OS }}
14
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
15
with:
16
node-version: ${{ matrix.node-version }}
17
- name: Cache Node.js modules
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
18
19
20
21
0 commit comments