Skip to content

Commit 8251f3c

Browse files
committed
fix nodejs version
1 parent a28c6e7 commit 8251f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-changeset-on-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3030
with:
31-
node-version: 22
31+
node-version: 'lts/*'
3232
cache: pnpm
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)