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
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
registry-url: https://git.luke-else.co.uk/api/packages/luke-else/npm/
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Run build
|
||||
run: npm run build
|
||||
|
Reference in New Issue
Block a user