Skip to content

Commit

Permalink
ci: usgin node lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
carere committed Feb 16, 2024
1 parent 0209fa1 commit 1e3cab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-push-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: "lts/*"

- name: Install pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 1e3cab0

Please sign in to comment.