From fc4ce7ca869d4bdc0c99acb0e0c7ad14d6ce8f31 Mon Sep 17 00:00:00 2001 From: Michael Cousins Date: Mon, 26 Aug 2024 12:51:34 -0400 Subject: [PATCH] ci: use Node v20 in publish job (#567) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 312a4a58..fc40073e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,6 @@ jobs: uses: viamrobotics/js-config/.github/actions/setup@main with: registry-url: https://registry.npmjs.org - node-version: "18" - name: Download @viamrobotics/prime npm artifacts uses: actions/download-artifact@v3