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 59e984e + 1767ac1 commit 5a2288fCopy full SHA for 5a2288f
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 16
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
matrix:
version: [14, 16, 18]
15
16
17
node-version: ${{ matrix.version }}
0 commit comments