Skip to content

Commit 54acba7

Browse files
committed
ci: use node lts
1 parent 2b05887 commit 54acba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.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@v4
2424
with:
25-
node-version: 20.x
25+
node-version: lts/*
2626
cache: "pnpm"
2727

2828
- name: Setup bun

.github/workflows/not-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20.x
23+
node-version: lts/*
2424
cache: "pnpm"
2525

2626
- name: Setup bun

0 commit comments

Comments
 (0)