Update .gitea/workflows/build.yml
This commit is contained in:
@@ -17,10 +17,10 @@ jobs:
|
||||
# script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step)
|
||||
js-file: ${{ steps.publish-js-filename.outputs.script-file }}
|
||||
steps:
|
||||
- name: Try manual hash
|
||||
run: sha1sum -c package-lock.json
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Try manual hash
|
||||
run: sha1sum -c package-lock.json
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user