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 40c96ed commit fe3d730Copy full SHA for fe3d730
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout the repository
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
- name: Install pnpm
17
uses: pnpm/action-setup@v2
18
with:
@@ -35,7 +35,7 @@ jobs:
35
name: Node.js ${{ matrix.node-version }} Quick
36
37
38
39
40
41
0 commit comments