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:
|
||||
arch: [ amd64, arm64 ]
|
||||
runs-on: ${{ matrix.arch }}
|
||||
container:
|
||||
image: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Node.js and dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue