chore: use the old build step
This commit is contained in:
parent
dc1dc4333c
commit
6c3c4b12f2
|
@ -2,18 +2,12 @@ name: Build/Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
- develop-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
main:
|
||||||
runs-on: ubuntu-latest
|
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
||||||
steps:
|
secrets: inherit
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Use Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: 18.x
|
|
||||||
cache: 'npm'
|
|
||||||
- run: npm ci
|
|
||||||
- run: npm run build --if-present
|
|
||||||
env:
|
|
||||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
|
||||||
|
|
Loading…
Reference in New Issue