Skip to content

Commit

Permalink
Merge pull request #3 from lifeomic/fix/node-version
Browse files Browse the repository at this point in the history
fix: use node 18
  • Loading branch information
aecorredor authored Oct 6, 2023
2 parents c9bd61d + 889616a commit fa6a337
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Test and Build
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Test and Build
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ code in every repo that wants to check for cyclic dependencies.
Install the package:

```
yarn add @lifeomic/cyclone
yarn add -D @lifeomic/cyclone
```

Add a `cyclone.config.json` file to the root of the project with the following
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cyclone": "cli.js"
},
"author": "LifeOmic <development@lifeomic.com>",
"license": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit fa6a337

Please sign in to comment.