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 a87f4cd commit 7a49d6aCopy full SHA for 7a49d6a
.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
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
uses: pnpm/action-setup@v1
67
0 commit comments