Skip to content

Commit

Permalink
ci: bump continuousauth/npm orb to 2.1.0 (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 21, 2023
1 parent ee3eb00 commit dc7b7f3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1,447 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
cfa: continuousauth/[email protected].2
cfa: continuousauth/npm@2.1.0
node: electronjs/[email protected]

executors:
Expand All @@ -19,7 +19,6 @@ workflows:
jobs:
- node/test:
name: test-<< matrix.executor >>-<< matrix.node-version >>
override-ci-command: yarn install --frozen-lockfile --ignore-engines
pre-steps:
- run: git config --global core.autocrlf input
- when:
Expand All @@ -31,6 +30,14 @@ workflows:
command: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
shell: powershell.exe
test-steps:
- when:
condition:
or:
- equal: [ 14.21.3, << matrix.node-version >> ]
- equal: [ 12.22.12, << matrix.node-version >> ]
steps:
# Update npm so it works with latest Python 3
- run: npm install -g npm@8
- run: yarn run lint
- run:
name: Tests with code coverage
Expand All @@ -52,6 +59,11 @@ workflows:
- 16.20.0
- 14.21.3
- 12.22.12
exclude:
- executor: windows
node-version: 14.21.3
- executor: windows
node-version: 12.22.12
- cfa/release:
requires:
- test
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^3.0.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
Expand Down
Loading

0 comments on commit dc7b7f3

Please sign in to comment.