Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 18 #1944

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Node 18 #1944

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ runs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: ^8.2.0
version: ^8.12.0
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.20.0
pnpm 8.2.0
nodejs 18.19.0
pnpm 8.12.0
2 changes: 1 addition & 1 deletion config/targets.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

module.exports = {
browsers: ['electron >= 21.0.0'],
browsers: ['electron >= 24.0.0'],
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
}
},
"engines": {
"node": "16.* || >= 18",
"pnpm": "^8.2.0"
"node": ">= 18",
"pnpm": "^8.12.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading