Skip to content

Commit

Permalink
ci: use node lts/*
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed Apr 28, 2023
1 parent 1e9ba12 commit 420eb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts'
node-version: lts/*
- name: Install dependencies
run: yarn
- name: Release Beta
Expand Down

0 comments on commit 420eb70

Please sign in to comment.