Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haipham28 committed Sep 6, 2024
1 parent d1bca25 commit ecae6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Checkout existing bundles
uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit ecae6ac

Please sign in to comment.