Skip to content

Commit

Permalink
feat!: upgrade to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Jan 22, 2025
1 parent 94335ad commit c3ae921
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '18.18'
node-version: '22.12'
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20.x
node-version: '22.12'
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,11 @@ jobs:
strategy:
matrix:
node-version:
- '20.10'
- '18.18'
- '16.20'
- '14.21'
- '22.12'
os:
- macos-latest
- ubuntu-latest
# - windows-latest
exclude:
- os: macos-latest
node-version: '14.21'
runs-on: "${{ matrix.os }}"
steps:
- run: git config --global core.autocrlf input
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "git+https://github.com/electron/node-minidump.git"
},
"engines": {
"node": ">=14"
"node": ">=22.12.0"
},
"bugs": {
"url": "https://github.com/electron/node-minidump/issues"
Expand Down

0 comments on commit c3ae921

Please sign in to comment.