Updated workflow file
Some checks failed
Publish to Gitea Packages / publish (push) Failing after 9s
Some checks failed
Publish to Gitea Packages / publish (push) Failing after 9s
This commit is contained in:
@ -10,16 +10,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
|
||||||
registry-url: https://git.luke-else.co.uk/api/packages/luke-else/npm/
|
registry-url: https://git.luke-else.co.uk/api/packages/luke-else/npm/
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
Reference in New Issue
Block a user