From 22924f46aae146676c6874391d19e8a9a8ddab4f Mon Sep 17 00:00:00 2001 From: Sean Zellmer Date: Tue, 4 Aug 2026 13:32:08 -0500 Subject: [PATCH] Update `ci` workflow to use `holepunchto` actions --- .github/workflows/ci.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6efa793..4a92fa4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,13 +20,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] timeout-minutes: 30 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 https://github.com/actions/checkout/releases/tag/v4.1.1 - - name: install node - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 https://github.com/actions/setup-node/releases/tag/v3.8.2 - with: - node-version: ${{ matrix.node-version }} - registry-url: 'https://npm.pkg.github.com' - - run: npm install + - uses: holepunchto/actions/node-base@v1 - run: npm test trigger_canary: