Skip to content

Commit bbb0b5a

Browse files
authored
ci: bump to node 20 (#450)
1 parent 39e26a0 commit bbb0b5a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: corepack enable
2222
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
cache: yarn
2626
- run: yarn install --immutable
2727

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: corepack enable
1313
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
cache: yarn
1717
- run: yarn install --immutable
1818

.github/workflows/flakehub-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: corepack enable
2929
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
3030
with:
31-
node-version: 18
31+
node-version: 20
3232
cache: yarn
3333
- run: yarn install --immutable
3434

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: corepack enable
2525
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: yarn
2929
- run: yarn install --immutable
3030

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: corepack enable
6161
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
6262
with:
63-
node-version: 18
63+
node-version: 20
6464
cache: yarn
6565
- run: yarn install --immutable
6666

@@ -103,7 +103,7 @@ jobs:
103103
- run: corepack enable
104104
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
105105
with:
106-
node-version: 18
106+
node-version: 20
107107
cache: yarn
108108
- run: yarn install --immutable
109109

@@ -136,7 +136,7 @@ jobs:
136136
- run: corepack enable
137137
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
138138
with:
139-
node-version: 18
139+
node-version: 20
140140
cache: yarn
141141
registry-url: https://registry.npmjs.org
142142
- run: yarn install --immutable

.github/workflows/renovate-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: corepack enable
2323
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2424
with:
25-
node-version: 18
25+
node-version: 20
2626
cache: yarn
2727
- run: yarn install --immutable
2828
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4

0 commit comments

Comments
 (0)