Skip to content

Commit 558e5c0

Browse files
committed
ci(workflows): bump Node.js to 24 in development and release GitHub Actions workflows
1 parent c1cb6e8 commit 558e5c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/development.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Development workflow
22
permissions:
3-
contents: read
3+
contents: read
44

55
on:
66
push:
@@ -26,7 +26,7 @@ jobs:
2626
- name: '🔧 Setup Node.js'
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '20'
29+
node-version: '24'
3030

3131
- name: '📦 install dependencies'
3232
run: pnpm install --frozen-lockfile
@@ -72,7 +72,7 @@ jobs:
7272
- name: '🔧 Setup Node.js'
7373
uses: actions/setup-node@v4
7474
with:
75-
node-version: '20'
75+
node-version: '24'
7676

7777
- name: '📦 install dependencies'
7878
run: pnpm install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: '🔧 Setup Node.js'
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: '20'
40+
node-version: '24'
4141

4242
- uses: googleapis/release-please-action@v4
4343
with:

0 commit comments

Comments
 (0)