Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-15 01:31:21 +02:00
parent 26ca98483e
commit a2d4867ce7
+2
View File
@@ -17,6 +17,8 @@ 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: Install NodeJS