Skip to content

Commit

Permalink
ci(actions): fix node lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
damyanpetev committed Jun 29, 2023
1 parent 13dfe46 commit 80a57d6
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 @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts
node-version: lts/*

- name: Cleanup target version
run: rm -rf dist/${{ github.ref_name }}
Expand Down

0 comments on commit 80a57d6

Please sign in to comment.