From d74d6b9eabc4f8170178714c0cfff7eb95479c12 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 23 Sep 2021 12:51:46 -0700 Subject: [PATCH] Fix missing CI changes --- .github/workflows/push.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 }}