Skip to content

Commit

Permalink
chore: specify node 18 in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Jan 22, 2025
1 parent a99d8ae commit b9c99ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
version: 7

- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit b9c99ed

Please sign in to comment.