Skip to content

Commit 076a8c5

Browse files
committed
chore: bump node version
1 parent 7176569 commit 076a8c5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: setup node
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: "18"
15+
node-version-file: '.nvmrc'
1616
- run: yarn install --frozen-lockfile
1717
- run: npm run build
1818
- run: sh generate_docs

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: setup node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "18"
24+
node-version-file: '.nvmrc'
2525
- run: corepack enable
2626
- run: yarn install
2727
- name: Check versions

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: setup node
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: "18"
16+
node-version-file: '.nvmrc'
1717
registry-url: "https://registry.npmjs.org"
1818
always-auth: true
1919
- run: corepack enable

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/iron

0 commit comments

Comments
 (0)