Skip to content

Commit

Permalink
feat(node): remove node16 support on pipeline and package.json
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove Node v16
  • Loading branch information
matteovivona committed Oct 23, 2023
1 parent 5e71da3 commit 23eb74c
Show file tree
Hide file tree
Showing 5 changed files with 4,007 additions and 11,976 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v3
name: Install Node
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
Loading

0 comments on commit 23eb74c

Please sign in to comment.