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 1e560d1 commit 2c6800fCopy full SHA for 2c6800f
.github/workflows/gh-pages.yml
@@ -19,8 +19,6 @@ jobs:
19
fetch-depth: 0
20
- name: Install pnpm
21
uses: pnpm/action-setup@v4
22
- with:
23
- version: 10
24
- name: Install dependencies
25
run: pnpm install
26
- name: Build project
.github/workflows/node.js.yml
@@ -31,8 +31,6 @@ jobs:
31
- uses: actions/checkout@v4
32
33
34
35
36
- name: Use Node.js ${{ matrix.node-version }}
37
uses: actions/setup-node@v4
38
with:
0 commit comments