Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 95896e4

Browse files
fix: adjust docker-action (#189)
Co-authored-by: Cahllagerfeld <Cahllagerfeld>
1 parent f683878 commit 95896e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v2
12+
with:
13+
node-version: '16'
1114
- name: install dependencies
1215
run: npm ci
1316
env:
1417
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1518
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
16-
- name: npm build
19+
- name: run build
1720
run: npm run build
1821
- uses: actions/upload-artifact@main
1922
with:

0 commit comments

Comments
 (0)