We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a6519 commit a31d96eCopy full SHA for a31d96e
.github/workflows/cd.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: Use Node.js version 24.x
142
uses: actions/setup-node@v6
143
with:
144
- node-version: '24.11.1' # As of writing, this is the upcoming LTS version
+ node-version: '24.12.0' # As of writing, this is the upcoming LTS version
145
cache: 'yarn'
146
cache-dependency-path: 'test/hasura/yarn.lock'
147
.github/workflows/check-prettify.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: actions/setup-node@v6
21
22
- node-version: '24.11.1'
+ node-version: '24.12.0'
23
24
cache-dependency-path: test/hasura/yarn.lock
25
0 commit comments