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.
2 parents 6ee1c6b + 57bc079 commit 84bfbf6Copy full SHA for 84bfbf6
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
13
with:
14
node-version: 16
15
- run: npm install
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
version: [14, 16, 18]
16
17
node-version: ${{ matrix.version }}
18
0 commit comments