Skip to content

Commit 01b095d

Browse files
committed
chore: Update node version
1 parent 09cef90 commit 01b095d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

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

1919
strategy:
2020
matrix:
21-
node-version: [18]
21+
node-version: [20]
2222

2323
steps:
2424
- uses: actions/checkout@v3

.github/workflows/github-pages.yml

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

1818
strategy:
1919
matrix:
20-
node-version: [18]
20+
node-version: [20]
2121

2222
steps:
2323
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
registry-url: 'https://registry.npmjs.org'
2626
- name: Install
2727
run: |

.github/workflows/validation.yml

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

1212
strategy:
1313
matrix:
14-
node-version: [18]
14+
node-version: [20]
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)