diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d0719e5..1b941bf 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -27,10 +27,10 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - name: Install node.js 12.x + - name: Install Node.js uses: actions/setup-node@v2-beta with: - node-version: 12.x + node-version: 16.x - name: Run semantic-release env: GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }} @@ -47,10 +47,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - name: Dump needs context - env: - NEEDS_CONTEXT: ${{ toJSON(needs) }} - run: echo "$NEEDS_CONTEXT" - name: Build Docker images env: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}