ci: using node:20-alpine
This commit is contained in:
parent
355372b209
commit
9ccf13ceda
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:24-alpine
|
image: node:20-alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Git Clone
|
- name: Git Clone
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue