This commit is contained in:
parent
c141e71d5f
commit
e6bedcd1d0
@ -19,10 +19,11 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Configure
|
||||||
uses: actions/setup-node@v3
|
run: |
|
||||||
with:
|
npm config set registry https://registry.npmmirror.com
|
||||||
node-version: '16'
|
npx --yes actions/setup-node@v3 --node-version 16.18
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user