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 e48184a + 29a9ae7 commit 4312056Copy full SHA for 4312056
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest]
17
- node-version: [16.x]
+ node-version: [18.x]
18
19
steps:
20
- name: Checkout
.github/workflows/manual-release.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [ ubuntu-latest ]
- node-version: [ 16.x ]
+ node-version: [ 18.x ]
uses: actions/checkout@v3
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
0 commit comments