We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 487b744 + a2bff2b commit d6ba1aaCopy full SHA for d6ba1aa
3 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
node: [18.x, 20.x, 21.x]
29
runs-on: ${{ matrix.os }}
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
33
- name: Setup Node.js
34
uses: actions/setup-node@v3
.github/workflows/eslint.yml
@@ -24,7 +24,7 @@ jobs:
24
eslint:
25
runs-on: ubuntu-latest
26
27
.github/workflows/typescript.yml
@@ -22,7 +22,7 @@ jobs:
22
typescript:
23
0 commit comments