Skip to content

Commit

Permalink
ci: change node versions to "lts/*"
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Dec 29, 2023
1 parent 02677d9 commit ca76476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: '🔧 Setup Node.js'
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 'lts/*'

- name: '📦 install dependencies'
run: npm ci
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: '🔧 Setup Node.js'
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 'lts/*'

- name: '📦 install dependencies'
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: '🔧 Setup Node.js'
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 'lts/*'

- name: '📦 Install dependencies'
run: npm ci
Expand Down

0 comments on commit ca76476

Please sign in to comment.