Skip to content

Commit 2815b23

Browse files
authored
fix: bump node version in ci (#201)
1 parent f641d5e commit 2815b23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
node: ['18']
19+
node: ['20']
2020

2121
runs-on: ${{ matrix.os }}
2222

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
node: ['18']
15+
node: ['20']
1616

1717
runs-on: ${{ matrix.os }}
1818

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Release / Node ${{ matrix.node }}
1515
strategy:
1616
matrix:
17-
node: ['18']
17+
node: ['20']
1818

1919
runs-on: ubuntu-latest
2020

0 commit comments

Comments
 (0)