We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f180dc3 commit 1b1cfa7Copy full SHA for 1b1cfa7
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x]
14
steps:
15
- uses: actions/checkout@v4
16
with:
.github/workflows/release-please.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/setup-node@v4
32
if: ${{ steps.release.outputs.releases_created }}
33
34
- node-version: 16
+ node-version: 18
35
registry-url: "https://registry.npmjs.org"
36
- name: Build Packages
37
0 commit comments