Skip to content

Commit 1b1cfa7

Browse files
feat: remove node 16 (#797)
Signed-off-by: Lukas Reining <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent f180dc3 commit 1b1cfa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [16.x, 18.x, 20.x]
13+
node-version: [18.x, 20.x]
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-node@v4
3232
if: ${{ steps.release.outputs.releases_created }}
3333
with:
34-
node-version: 16
34+
node-version: 18
3535
registry-url: "https://registry.npmjs.org"
3636
- name: Build Packages
3737
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)