From a78046726e1c62bf3db8b5fa68da48dbd944a2f0 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 19:57:08 +0100 Subject: [PATCH] really last --- .github/workflows/canary.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 05814e78..705ca6bc 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -32,6 +32,7 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org + scope: '@reuters-graphics' - id: cache name: Cache node modules @@ -53,4 +54,4 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | yarn install --frozen-lockfile - yarn auto canary + npx auto canary