Skip to content

Commit a31d96e

Browse files
Update dependency node to v24.12.0
1 parent 72a6519 commit a31d96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Use Node.js version 24.x
142142
uses: actions/setup-node@v6
143143
with:
144-
node-version: '24.11.1' # As of writing, this is the upcoming LTS version
144+
node-version: '24.12.0' # As of writing, this is the upcoming LTS version
145145
cache: 'yarn'
146146
cache-dependency-path: 'test/hasura/yarn.lock'
147147

.github/workflows/check-prettify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: '24.11.1'
22+
node-version: '24.12.0'
2323
cache: 'yarn'
2424
cache-dependency-path: test/hasura/yarn.lock
2525

0 commit comments

Comments
 (0)