Configuration file and CI #4
@@ -12,7 +12,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu
|
||||
container:
|
||||
image: ubuntu:24.04
|
||||
image: node:20
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu
|
||||
needs: build
|
||||
container:
|
||||
image: ubuntu:24.04
|
||||
image: node:20
|
||||
steps:
|
||||
steps:
|
||||
- name: Install build tools
|
||||
|
||||
Reference in New Issue
Block a user