mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-06-06 16:01:13 +00:00
npm install
This commit is contained in:
parent
feec25be0e
commit
2991204410
1 changed files with 6 additions and 0 deletions
6
.github/workflows/check-dist.yml
vendored
6
.github/workflows/check-dist.yml
vendored
|
@ -24,6 +24,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set Node.js 12.x
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 12.x
|
||||||
|
|
||||||
|
- run: npm install
|
||||||
- run: mv dist/index.js /tmp
|
- run: mv dist/index.js /tmp
|
||||||
- run: npm run release
|
- run: npm run release
|
||||||
- run: git diff --ignore-all-space dist/index.js /tmp/index.js
|
- run: git diff --ignore-all-space dist/index.js /tmp/index.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue