Skip to content

Commit be1ad7d

Browse files
authored
ci: switch to lts versions (#479)
1 parent e5df45f commit be1ad7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm i -g --force corepack && corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: lts/*
2222
cache: pnpm
2323

2424
- name: 📦 Install dependencies

.github/workflows/release.yml

+1-1
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)