Skip to content

Commit

Permalink
chore: bump version 17 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Sep 11, 2023
1 parent 4423bed commit 3b8894a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21,368 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
condition:
and:
- not:
equal: ["16.16.0", << parameters.node_version >>]
equal: ["16.20.2", << parameters.node_version >>]
steps:
# node 17+ workaround https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
- run:
Expand All @@ -35,7 +35,7 @@ jobs:
condition:
and:
- not:
equal: ["16.16.0", << parameters.node_version >>]
equal: ["16.20.2", << parameters.node_version >>]
steps:
# node 17+ workaround https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
- run:
Expand All @@ -54,7 +54,7 @@ jobs:
default: "RELEASE"
executor:
name: node/default
tag: "16.16.0"
tag: "16.20.2"
resource_class: large
steps:
- install-packages
Expand Down Expand Up @@ -114,7 +114,7 @@ workflows:
matrix:
parameters:
node_version:
- "16.16.0"
- "16.20.2"
- create:
name: create-<< matrix.app_env >>
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.20.2
Loading

0 comments on commit 3b8894a

Please sign in to comment.