Skip to content

Commit

Permalink
chore(exoflex): Match package.json version to npm package (#715)
Browse files Browse the repository at this point in the history
* chore(exoflex): Match `package.json` version to npm package

* chore: update circleci/node docker tag to v16.10.0
  • Loading branch information
StefanusChristian committed Mar 6, 2023
1 parent bbe772d commit 019d7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
testing:
docker:
- image: circleci/node:12.22.7
- image: circleci/node:16.10.0

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion packages/exoflex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exoflex",
"version": "2.0.2",
"version": "3.4.4",
"description": "",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 019d7dc

Please sign in to comment.