Skip to content

Commit

Permalink
chore!: add support for Node 22
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Node 14.
  • Loading branch information
scriptcoded committed Jul 2, 2024
1 parent 6d71030 commit 9478bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# If you change these, don't forget to update carryforward in the finish
# step as well.
node-version: [14, 16, 18, 20]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: "14,16,18,20"
carryforward: "16,18,20,22"
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12
v22.3

0 comments on commit 9478bf1

Please sign in to comment.