Skip to content

Commit 5e9b310

Browse files
chore: bump node
1 parent 3c666f3 commit 5e9b310

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
node: ['14']
11+
node: ['16']
1212

1313
runs-on: ${{ matrix.os }}
1414

.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: ['14']
15+
node: ['16']
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
@@ -13,7 +13,7 @@ jobs:
1313
name: Release / Node ${{ matrix.node }}
1414
strategy:
1515
matrix:
16-
node: ['14']
16+
node: ['16']
1717

1818
runs-on: ubuntu-latest
1919

0 commit comments

Comments
 (0)