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