Skip to content

Commit

Permalink
Add node engine >=21
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Nov 19, 2024
1 parent 636707a commit cbd5b7d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ TERM_GREEN := \033[0;32m
# === Install ===

install:
npm install
npm install --engine-strict

install/ci:
npm ci
npm ci --engine-strict

# === Setup ===

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependency `@narval-xyz/armory-mpc-module`.
1. Create a `.npmrc` file in the root of this project.
1. Get the values from someone who has them.
1. Now `npm install` should work.
1. Now `make install` should work.

## Generating a new project

Expand All @@ -133,7 +133,7 @@ packages to NPM.

1. Run `make packages/release` and follow the prompts to bump the
projects' versions.
1. Run `npm install` to update `package-lock.json`.
1. Run `make install` to update `package-lock.json`.
1. Commit and push the changes to your branch.
1. After your branch is merged, manually trigger the [packages pipeline to
publish](https://github.com/narval-xyz/armory/actions/workflows/packages-publish.yml)
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@narval/source",
"version": "v0.0.13",
"license": "MPL-2.0",
"engines": {
"node": ">=21.0.0"
},
"workspaces": [
"packages/*"
],
Expand Down

0 comments on commit cbd5b7d

Please sign in to comment.