Skip to content

Commit

Permalink
Revert "ci: update node versions"
Browse files Browse the repository at this point in the history
This reverts commit 16dba70.
  • Loading branch information
aminya committed Mar 14, 2022
1 parent 64869e7 commit 9e658f7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -64,11 +64,17 @@ 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 🎉
uses: cycjimmy/semantic-release-action@v2
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

0 comments on commit 9e658f7

Please sign in to comment.