Skip to content

Commit

Permalink
ci: set node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun authored Jan 12, 2024
1 parent 0a3a0b5 commit a8df474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: pnpm/action-setup@v2

# after pnpm
- name: Use Node.js 16
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down

0 comments on commit a8df474

Please sign in to comment.