Skip to content

Commit ae42dc5

Browse files
authored
Change Node.js version from 28.x to 24.x
1 parent 21b70ca commit ae42dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
pull-requests: write
5959
steps:
6060
- uses: actions/checkout@v6
61-
- name: Use Node.js 28.x
61+
- name: Use Node.js 24.x
6262
uses: actions/setup-node@v6
6363
with:
64-
node-version: 28.x
64+
node-version: 24.x
6565
- name: Install node_modules
6666
run: yarn install
6767
- name: Build

0 commit comments

Comments
 (0)