Skip to content

Commit

Permalink
Release 3.6.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc authored Oct 4, 2022
1 parent 9678da3 commit 6f80dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
28 changes: 1 addition & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ commands:
parameters:
version:
type: integer
default: 10
default: 14
steps:
- run:
name: install
Expand All @@ -59,29 +59,13 @@ commands:
echo "[ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\"" >> $BASH_ENV
jobs:

build-linux-node-12:
docker:
- image: circleci/node:12
steps:
- build
- release

build-linux-node-14:
docker:
- image: circleci/node:14
steps:
- build
- release
- run: npm -v

build-darwin-node-12:
macos:
xcode: "13.0.0"
steps:
- install-node:
version: 12
- build
- release

build-darwin-node-14:
macos:
Expand Down Expand Up @@ -122,18 +106,10 @@ workflows:
version: 2
build:
jobs:
- build-linux-node-12:
filters:
tags:
only: /v\d+\.\d+\.\d+$/
- build-linux-node-14:
filters:
tags:
only: /v\d+\.\d+\.\d+$/
- build-darwin-node-12:
filters:
tags:
only: /v\d+\.\d+\.\d+$/
- build-darwin-node-14:
filters:
tags:
Expand All @@ -145,9 +121,7 @@ workflows:

- publish-github-release:
requires:
- build-linux-node-12
- build-linux-node-14
- build-darwin-node-12
- build-darwin-node-14
# - build-win-node-14

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/node-sass",
"version": "3.5.2",
"version": "3.6.0",
"libsass": "3.3.2",
"description": "Wrapper around libsass",
"license": "MIT",
Expand Down

0 comments on commit 6f80dfb

Please sign in to comment.