Skip to content

Commit 97e3fa5

Browse files
authored
Bump Node.js to v20.19.0 and update dependencies (#36)
# 12.0.0 - **BREAKING:** Increase minimum Node.js version from 18.18.0 to 20.19.0 - Update dependencies to latest versions - Reformat CHANGELOG.md to follow Keep a Changelog standard
2 parents 5f8c2c2 + 8e3c8d9 commit 97e3fa5

5 files changed

Lines changed: 293 additions & 419 deletions

File tree

.github/workflows/ci-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
node-version: [18.18.0, latest]
14+
node-version: [20.19.0, latest]
1515
os: [
1616
ubuntu-latest, # x64
1717
ubuntu-24.04-arm, # arm64

0 commit comments

Comments
 (0)