From 969cc78b68a70ace5e320f506354bc42dafcdd57 Mon Sep 17 00:00:00 2001 From: Sean Perkins <13732623+sean-perkins@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:00:04 -0400 Subject: [PATCH] chore: use node 18 for publish action --- .github/workflows/actions/publish-npm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/publish-npm/action.yml b/.github/workflows/actions/publish-npm/action.yml index fb0680d204..4b6d66e4b2 100644 --- a/.github/workflows/actions/publish-npm/action.yml +++ b/.github/workflows/actions/publish-npm/action.yml @@ -21,7 +21,7 @@ runs: steps: - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x # Provenance requires npm 9.5.0+ - name: Install latest npm run: npm install -g npm@latest