Updating to the current Node.js LTS release (18)
This commit is contained in:
parent
bd9533182f
commit
fd7958cef1
@ -4,14 +4,14 @@ workspace:
|
|||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: node:16
|
image: node:18
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y ruby ruby-dev && gem install sass
|
- apt update && apt install -y ruby ruby-dev && gem install sass
|
||||||
- npm install
|
- npm install
|
||||||
- npm run grunt
|
- npm run grunt
|
||||||
|
|
||||||
package_linux:
|
package_linux:
|
||||||
image: electronuserland/builder:16
|
image: electronuserland/builder:18
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build-linux
|
- npm run build-linux
|
||||||
@ -19,7 +19,7 @@ pipeline:
|
|||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
package_windows:
|
package_windows:
|
||||||
image: electronuserland/builder:16-wine-mono
|
image: electronuserland/builder:18-wine-mono
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build-windows
|
- npm run build-windows
|
||||||
|
Loading…
Reference in New Issue
Block a user