There was an error while loading. Please reload this page.
1 parent 8e91ec6 commit 0d607ddCopy full SHA for 0d607dd
2 files changed
.github/workflows/build.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
- yarn install
+ pnpm install
31
32
# Runs tests
33
- name: Deployment Test Pipeline
34
- run: yarn deploy:test
+ run: pnpm deploy:test
.github/workflows/npm-publish.yml
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: 22
registry-url: https://registry.npmjs.org/
- run: |
yarn install
0 commit comments