From c82a4454ec2240a9cc72b522a4c9379bf92473a5 Mon Sep 17 00:00:00 2001 From: Steve Landey Date: Tue, 27 Aug 2024 12:44:47 -0700 Subject: [PATCH] Nits --- .github/workflows/tests-node.yml | 6 +++++- .github/workflows/tests.yml | 4 +--- bun.lockb | Bin 185019 -> 185019 bytes package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests-node.yml b/.github/workflows/tests-node.yml index 9f1c632..d973f5c 100644 --- a/.github/workflows/tests-node.yml +++ b/.github/workflows/tests-node.yml @@ -2,13 +2,17 @@ name: Run tests (Node) on: push +concurrency: + group: "tests-node" + cancel-in-progress: false + jobs: build: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Checkout code diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7295a5a..c0956c7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,18 +3,16 @@ name: Run tests (Bun) on: push -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: - group: "tests" + group: "tests-bun" cancel-in-progress: false jobs: - # Single deploy job since we're just deploying tests: runs-on: ubuntu-latest steps: diff --git a/bun.lockb b/bun.lockb index 046fe93422755119c2109aca2e10434498ae3944..d71f6be8f81328acfaf96fa974708cd022614aeb 100755 GIT binary patch delta 19 bcmdnJlzaD5?uIRl%N{bCZeRY8QRE{4TSf^E delta 19 bcmdnJlzaD5?uIRl%N{bCY+wG6QRE{4TR#a6 diff --git a/package.json b/package.json index 0233438..a6b5dc9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "prepublish": "tsc", "scripts": { "build": "npx tsc", - "test": "tsc && NODE_OPTIONS=\"--experimental-vm-modules\" jest", + "test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest", "djockey": "npx tsc && node dist/cli.js" }, "dependencies": {