Skip to content

Commit 3595c4d

Browse files
committed
chore: bump node to 20.12.2 & yarn to 4
1 parent b81712f commit 3595c4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ executors:
1313
enum: ['small', 'medium', 'large', 'xlarge']
1414
default: 'medium'
1515
docker:
16-
- image: cimg/node:16.19
16+
- image: cimg/node:20.11.2
1717
resource_class: <<parameters.class>>
1818

1919
jobs:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.19
1+
20.12.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@
159159
"optional": true
160160
}
161161
},
162-
"packageManager": "yarn@3.4.1"
162+
"packageManager": "[email protected].1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
163163
}

0 commit comments

Comments
 (0)