This commit is contained in:
parent
5c52702f33
commit
5751ac05a2
@ -11,14 +11,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: node:24-alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Check Node.js version
|
||||||
uses: actions/setup-node@v4
|
run: node --version
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install --registry=https://registry.npmmirror.com
|
run: npm install --registry=https://registry.npmmirror.com
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user