Skip to content

Commit 744e009

Browse files
committed
fix(ci): latest -> lts
1 parent 9fa0659 commit 744e009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Setup Node.js for npm
3737
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3838
with:
39-
node-version: 'latest'
4039
registry-url: 'https://registry.npmjs.org'
40+
node-version: lts/*
4141

4242
- name: 💫 Install dependencies
4343
run: nix develop --command pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)