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 f761231 + 0442fc7 commit 8c8085dCopy full SHA for 8c8085d
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
node: [16.x, 18.x, 20.x]
33
runs-on: ${{ matrix.os }}
34
steps:
35
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
36
37
- uses: actions/setup-node@v3
38
with:
.github/workflows/eslint.yml
@@ -24,7 +24,7 @@ jobs:
24
eslint:
25
runs-on: ubuntu-latest
26
27
28
29
- name: Setup Node.js
30
uses: actions/setup-node@v3
.github/workflows/typescript.yml
@@ -22,7 +22,7 @@ jobs:
22
typescript:
23
0 commit comments