Skip to content

Commit

Permalink
Use Node.js 20 for snap package
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Nov 15, 2024
1 parent 7714c27 commit 8f05830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ apps:
parts:
python-deps:
plugin: python
source: https://github.com/WebThingsIO/gateway.git
source: .
python-requirements:
- requirements.txt
webthings-gateway:
plugin: npm
source: https://github.com/WebThingsIO/gateway.git
source: .
after: [ python-deps ]
npm-include-node: true
npm-node-version: 12.22.1
npm-node-version: 20.18.0
build-environment:
- npm_config_unsafe_perm: "true"
- NODE_ENV: "dev"
Expand Down

0 comments on commit 8f05830

Please sign in to comment.