Skip to content

Commit

Permalink
Merge pull request #411 from tracked-tools/bump-node-in-ci
Browse files Browse the repository at this point in the history
Update Node.js to 18 in CI
  • Loading branch information
SergeAstapov committed Oct 13, 2023
2 parents 361f1a5 + 214ae92 commit de07bc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
PNPM_VERSION: '7'
PNPM_VERSION: '8'

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once the prep work is completed, the actual release is straight forward:
* First, ensure that you have installed your projects dependencies:

```sh
yarn install
pnpm install
```

* Second, ensure that you have obtained a
Expand All @@ -50,7 +50,7 @@ Once the prep work is completed, the actual release is straight forward:
* And last (but not least 😁) do your release.

```sh
yarn release
pnpm run release
```

[release-it](https://github.com/release-it/release-it/) manages the actual
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"typescript": "^4.9.4"
},
"volta": {
"node": "16.19.0"
"node": "18.18.0"
},
"packageManager": "pnpm@7.14.0",
"packageManager": "pnpm@8.7.6",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
Expand Down

0 comments on commit de07bc4

Please sign in to comment.