Skip to content

Commit 80a57d6

Browse files
committed
ci(actions): fix node lts version
1 parent 13dfe46 commit 80a57d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: lts
25+
node-version: lts/*
2626

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

0 commit comments

Comments
 (0)