Skip to content

Commit 7312122

Browse files
committed
Add node and checkout to package job
1 parent 3c6add3 commit 7312122

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/master-build-workflow.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
runs-on: ubuntu-latest
3131
needs: [build]
3232
steps:
33+
- uses: actions/setup-node@v1
34+
with:
35+
version: 10
36+
- uses: actions/checkout@v1
37+
3338
- uses: actions/download-artifact@master
3439
with:
3540
name: ubuntu-release

0 commit comments

Comments
 (0)