Skip to content

Commit

Permalink
ci: setup latest LTS Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Dec 10, 2024
1 parent 2371248 commit 291926b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
check-latest: true
architecture: x64
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
Expand Down Expand Up @@ -54,7 +55,8 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
check-latest: true
architecture: x64
registry-url: https://registry.npmjs.org/
- name: Release to GitHub
Expand Down

0 comments on commit 291926b

Please sign in to comment.