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 625d69d commit b1a58bcCopy full SHA for b1a58bc
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- node: [14, 16, 18]
+ node: [18, 20]
14
os: [ubuntu-latest, windows-latest]
15
env:
16
OS: ${{ matrix.os }}
.github/workflows/release-please.yml
@@ -21,7 +21,7 @@ jobs:
21
if: ${{ steps.release.outputs.release_created }}
22
- uses: actions/setup-node@v3
23
with:
24
- node-version: 16
+ node-version: 20
25
registry-url: 'https://registry.npmjs.org'
26
27
- run: npm ci
0 commit comments