Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 3, 2024
1 parent 56e8a5b commit c906c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9.1
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: install dependencies
Expand Down

0 comments on commit c906c9f

Please sign in to comment.