Skip to content

Commit 9e658f7

Browse files
committed
Revert "ci: update node versions"
This reverts commit 16dba70.
1 parent 64869e7 commit 9e658f7

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: "16"
23+
node-version: "14"
2424
- name: Setup PNPM
2525
uses: pnpm/action-setup@master
2626
with:
@@ -64,11 +64,17 @@ jobs:
6464
- uses: UziTech/action-setup-atom@v1
6565
- uses: actions/setup-node@v3
6666
with:
67-
node-version: "16.x"
67+
node-version: "12.x"
6868
- name: NPM install
6969
run: npm install
7070
- name: Release 🎉
7171
uses: cycjimmy/semantic-release-action@v2
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
75+
Skip:
76+
if: contains(github.event.head_commit.message, '[skip ci]')
77+
runs-on: ubuntu-latest
78+
steps:
79+
- name: Skip CI 🚫
80+
run: echo skip ci

0 commit comments

Comments
 (0)