Skip to content

Commit 00fd87a

Browse files
committed
ci: run release/lint workflow on latest lts
1 parent 80f2867 commit 00fd87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: npm i -g --force corepack && corepack enable
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: lts/*
2121
cache: "pnpm"
2222

2323
- name: 📦 Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: lts/*
2323

2424
- run: npx changelogithub
2525
env:

0 commit comments

Comments
 (0)