Skip to content

Commit 0d607dd

Browse files
committed
fix: gh actions
1 parent 8e91ec6 commit 0d607dd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
yarn install
30+
pnpm install
3131
3232
# Runs tests
3333
- name: Deployment Test Pipeline
34-
run: yarn deploy:test
34+
run: pnpm deploy:test

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-node@v3
3030
with:
31-
node-version: 16
31+
node-version: 22
3232
registry-url: https://registry.npmjs.org/
3333
- run: |
3434
yarn install

0 commit comments

Comments
 (0)