diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-09-20 08:58:53 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-09-20 08:59:26 -0500 |
commit | 88474ea417f89962752606f0e8aefa7d8ec03a52 (patch) | |
tree | 228d06da4f06aee0476eae39a347f61a0a704c40 | |
parent | Move node packages to src/ (diff) | |
download | locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.gz locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.bz2 locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.lz locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.xz locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.tar.zst locusts-88474ea417f89962752606f0e8aefa7d8ec03a52.zip |
Make turbo happy
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/node.yml | 1 | ||||
-rw-r--r-- | package.json | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 82c5c82..58488a6 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -37,7 +37,6 @@ jobs: uses: pnpm/action-setup@v4 with: run_install: true - version: 9 - name: Set up Node.js uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index 58bb84f..a5b5e4f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "engines": { "node": ">=18" }, + "packageManager": "pnpm@9.11.0", "private": true, "scripts": { "build": "turbo build", |