Skip to content

Commit

Permalink
ci: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Jun 23, 2022
1 parent 5907c91 commit 5a9a837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['lts', 'current']
node: ['lts/*', 'current']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts'
node-version: 'lts/*'
cache: 'yarn'
- name: Build and release
run: |
Expand Down

0 comments on commit 5a9a837

Please sign in to comment.