From 9e658f79534c373b4b2c3ef2024a91e1a4bf87a2 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 13 Mar 2022 17:09:10 -0700 Subject: [PATCH] Revert "ci: update node versions" This reverts commit 16dba70fb93332dfb80d6e632fd98bae6924c143. --- .github/workflows/CI.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c5879aa..0c01c7a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "14" - name: Setup PNPM uses: pnpm/action-setup@master with: @@ -64,7 +64,7 @@ jobs: - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "12.x" - name: NPM install run: npm install - name: Release 🎉 @@ -72,3 +72,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + Skip: + if: contains(github.event.head_commit.message, '[skip ci]') + runs-on: ubuntu-latest + steps: + - name: Skip CI 🚫 + run: echo skip ci