diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ce43e2c..dbac8b1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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