Skip to content

Commit bbf5d45

Browse files
chore(ci): bump node version for release workflows
1 parent 6469d53 commit bbf5d45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Node
7373
uses: actions/setup-node@v4
7474
with:
75-
node-version: '18'
75+
node-version: '20'
7676

7777
- name: Bootstrap
7878
run: ./scripts/bootstrap
@@ -92,7 +92,7 @@ jobs:
9292
- name: Set up Node
9393
uses: actions/setup-node@v4
9494
with:
95-
node-version: '18'
95+
node-version: '20'
9696
- name: Install dependencies
9797
run: |
9898
yarn install

.github/workflows/publish-jsr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '18'
22+
node-version: '20'
2323

2424
- name: Install dependencies
2525
run: |

.github/workflows/publish-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18'
19+
node-version: '20'
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)