Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Aug 11, 2024
1 parent 8e91ec6 commit 0d607dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Install dependencies
run: |
yarn install
pnpm install
# Runs tests
- name: Deployment Test Pipeline
run: yarn deploy:test
run: pnpm deploy:test
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d607dd

Please sign in to comment.