Skip to content

Commit

Permalink
build: bump to Node.js 18 and Yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
termontwouter committed Nov 25, 2023
1 parent e00213b commit 84f33d8
Show file tree
Hide file tree
Showing 5 changed files with 2,379 additions and 2,380 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version:
- 16.x
- 18.x
- 20.x
- 21.x
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Start by cloning this repository.
$ git clone [email protected]:LinkedSoftwareDependencies/Components-Generator.js.git
```

This project requires [Node.js](https://nodejs.org/en/) `>=16.9` and [Yarn](https://yarnpkg.com/) `>=3.2.4` to be installed. Preferable, use the Yarn version provided and managed by Node.js' integrated [CorePack](https://yarnpkg.com/corepack) by running `corepack enable`.
This project requires [Node.js](https://nodejs.org/en/) `>=18.12` and [Yarn](https://yarnpkg.com/) `>=4` to be installed. Preferable, use the Yarn version provided and managed by Node.js' integrated [CorePack](https://yarnpkg.com/corepack) by running `corepack enable`.

After that, you can install the project by running `yarn install`. This will automatically also run `yarn build`, which you can run again at any time to compile any changed code.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "3.1.2",
"description": "Automatically generate component files from TypeScript classes for the Components.js dependency injection framework",
"main": "index.js",
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@4.0.1",
"engines": {
"node": ">=16.9"
"node": ">=18.12"
},
"scripts": {
"build": "tsc",
Expand Down
Loading

0 comments on commit 84f33d8

Please sign in to comment.