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.
2 parents ce46e69 + de342cb commit c4c758fCopy full SHA for c4c758f
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
os: [ubuntu-latest]
27
- node: ['16']
+ node: ['18']
28
29
runs-on: ${{ matrix.os }}
30
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
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