Skip to content

Commit 178c816

Browse files
committed
Upgrade to node version 20.17.0
1 parent 1e5a9f5 commit 178c816

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
2626
with:
27-
node-version: 18.17.1
27+
node-version: 20.17.0
2828

2929
- name: Check for Changeset
3030
run: npx @changesets/cli status --since="origin/main"

.github/workflows/ci.yml

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

1818
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
1919
with:
20-
node-version: '18.17.1'
20+
node-version: '20.17.0'
2121

2222
- name: Install dependencies
2323
run: yarn --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
2626
with:
27-
node-version: '18.17.1'
27+
node-version: '20.17.0'
2828
cache: 'yarn'
2929

3030
- name: Install dependencies

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup Node.js
8686
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
8787
with:
88-
node-version: '18.17.1'
88+
node-version: '20.17.0'
8989

9090
- name: Install dependencies
9191
run: yarn --frozen-lockfile

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.17.1
1+
v20.17.0

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"docs/**/*": true
1515
},
1616
"[typescript]": {
17-
"editor.formatOnSave": false,
17+
"editor.formatOnSave": false
1818
},
1919
"editor.formatOnSave": true,
2020
"editor.codeActionsOnSave": {

examples/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.17.1
1+
v20.17.0

0 commit comments

Comments
 (0)