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 78a8544 commit 61236e6Copy full SHA for 61236e6
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
os: [ubuntu-latest]
10
node-version: [18.x]
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Setup node ${{ matrix.node-version }} in ${{ runner.OS }}
14
uses: actions/setup-node@v3
15
with:
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
node-version: [14.x, 16.x, 18.x]
16
17
18
19
0 commit comments