Skip to content

Commit 2a67ead

Browse files
chore: update workflows
1 parent b7ce837 commit 2a67ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Setup node
9393
uses: actions/setup-node@v4
9494
with:
95-
node-version: latest
95+
node-version: lts/*
9696
registry-url: https://registry.npmjs.org/
9797
- name: Install dependencies
9898
run: npm install

0 commit comments

Comments
 (0)