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 04c0a5f commit 7f46146Copy full SHA for 7f46146
.github/workflows/check-build.yml
@@ -14,11 +14,11 @@ jobs:
14
- name: Set up Node.js
15
uses: actions/setup-node@v3
16
with:
17
- node-version: "18"
18
- cache: "yarn"
+ node-version: "22"
+ cache: "pnpm"
19
20
- name: Install dependencies
21
- run: yarn install
+ run: pnpm install
22
23
- name: Run build
24
- run: yarn build
+ run: pnpm build
.github/workflows/npmPublish.yml
@@ -13,7 +13,7 @@ jobs:
13
ref: ${{ github.ref }}
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
node-version: "22"
cache: "pnpm"
0 commit comments