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 ae581c7 commit 2321e14Copy full SHA for 2321e14
.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:
@@ -36,7 +36,7 @@ jobs:
36
name: Node.js ${{ matrix.node-version }} Quick
37
38
39
40
41
42
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
uses: pnpm/action-setup@v1
66
0 commit comments