ci: bump continuousauth/npm orb to 2.1.0 (#1114)
This commit is contained in:
Родитель
ee3eb00eca
Коммит
dc7b7f3259
|
@ -1,7 +1,7 @@
|
|||
version: 2.1
|
||||
|
||||
orbs:
|
||||
cfa: continuousauth/npm@1.0.2
|
||||
cfa: continuousauth/npm@2.1.0
|
||||
node: electronjs/node@1.2.0
|
||||
|
||||
executors:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
1467
yarn.lock
1467
yarn.lock
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче