Skip to content

Commit

Permalink
Fix Node.js version syntax in CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Nov 5, 2023
1 parent fef5b73 commit 929f4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts
node-version: lts/*
check-latest: true
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
Expand Down

0 comments on commit 929f4c9

Please sign in to comment.