This commit is contained in:
parent
61056a65a2
commit
cc39167a8e
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@ on:
|
|||
branches:
|
||||
- master
|
||||
jobs:
|
||||
test:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker.io/library/node:24-alpine
|
||||
image: docker.io/library/node:24
|
||||
steps:
|
||||
- name: Install Git
|
||||
run: apk add --no-cache git
|
||||
run: sudo apt update && sudo apt install git
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue