Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellitedev committed Dec 3, 2023
1 parent 22a4384 commit 06137bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
tarball:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: "16"
- name: Checkout
uses: actions/checkout@v2
- name: Create copy of workspace
Expand Down

0 comments on commit 06137bf

Please sign in to comment.