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 /.github | |
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 '.github')
-rw-r--r-- | .github/workflows/node.yml | 1 |
1 files changed, 0 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: |