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 5eec4e8 commit 0008e9fCopy full SHA for 0008e9f
.github/workflows/checks.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install pnpm
34
uses: pnpm/action-setup@v4
35
36
- - name: Use Node.js ${{ env.NODE }}
+ - name: Use Node.js
37
uses: actions/setup-node@v4
38
with:
39
node-version-file: '.nvmrc'
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
@@ -107,4 +107,4 @@ jobs:
107
run: pnpm install
108
109
- name: Test
110
- run: pnpm test
+ run: pnpm test
0 commit comments