Skip to content

Commit

Permalink
chore: set node v18 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglun committed Oct 29, 2023
1 parent b5b1455 commit 71ecefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Sync node version and setup cache
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
node-version: '18'
cache: 'pnpm'

- name: Install app dependencies and build web
Expand Down

0 comments on commit 71ecefe

Please sign in to comment.