container:
image: ubuntu-latest
This commit is contained in:
parent
3277828d28
commit
dfc72ea7db
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ amd64, arm64 ]
|
arch: [ amd64, arm64 ]
|
||||||
runs-on: ${{ matrix.arch }}
|
runs-on: ${{ matrix.arch }}
|
||||||
|
container:
|
||||||
|
image: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js and dependencies
|
- name: Install Node.js and dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue