We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c666f3 commit 5e9b310Copy full SHA for 5e9b310
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest]
11
- node: ['14']
+ node: ['16']
12
13
runs-on: ${{ matrix.os }}
14
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
15
16
17
18
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
name: Release / Node ${{ matrix.node }}
runs-on: ubuntu-latest
19
0 commit comments