Skip to content

Commit

Permalink
chore: bump continuousauth/npm in .circleci/config.yml to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-roller[bot] authored and georgexu99 committed Nov 22, 2023
1 parent e1c143c commit 4f93b50
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ workflows:
- node/test:
name: test-<< matrix.executor >>-<< matrix.node-version >>
pre-steps:
- when:
condition:
and:
- equal: [ node/macos, << matrix.executor >> ]
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
- when:
condition:
equal: [ node/linux, << matrix.executor >> ]
Expand All @@ -34,11 +27,12 @@ workflows:
- node/macos
- node/windows
node-version:
- '20.9'
- '18.17'
- '16.20'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
# Don't bump above 20.2.0 until CircleCI updates
# their Windows image to pick up newer nvm-windows
- 20.2.0
- 18.17.0
- 16.20.1
- 14.21.3
- cfa/release:
requires:
- test
Expand Down

0 comments on commit 4f93b50

Please sign in to comment.