Changed build step to run in container
This commit is contained in:
parent
d1dcae9edc
commit
4e86430539
@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: host
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Build
|
||||
run: npm exec -- pnpm build
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3 # Deprecated but v4+ is not supported for GHES
|
||||
uses: actions/upload-artifact@v3 # Deprecated and v4+ is not supported for GHES
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user