Skip to content

Commit

Permalink
chore: bump node to 20.12.2 & yarn to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gcusnieux committed Apr 26, 2024
1 parent b81712f commit 2518d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executors:
enum: ['small', 'medium', 'large', 'xlarge']
default: 'medium'
docker:
- image: cimg/node:16.19
- image: cimg/node:20.11.1
resource_class: <<parameters.class>>

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19
20.12.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@
"optional": true
}
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
}

0 comments on commit 2518d3f

Please sign in to comment.