Skip to content

Commit

Permalink
ci(delivery): use Node LTS version (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 11, 2023
1 parent dd15ba5 commit bd4783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
Expand Down

0 comments on commit bd4783b

Please sign in to comment.