From 86a448833d3c8d0fe35be01c0ea72b14bdc614a9 Mon Sep 17 00:00:00 2001 From: fast-facts <107660271+fast-facts@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:36:25 -0400 Subject: [PATCH] feat: Update to use node 20 runner --- .github/workflows/master.dispatch.build-deploy.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.dispatch.build-deploy.yml b/.github/workflows/master.dispatch.build-deploy.yml index 44e46468..de14f8be 100644 --- a/.github/workflows/master.dispatch.build-deploy.yml +++ b/.github/workflows/master.dispatch.build-deploy.yml @@ -26,5 +26,5 @@ jobs: - name: Semantic Releasing env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release diff --git a/action.yml b/action.yml index a702313a..6084231e 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ outputs: ng-update-result: description: The result of this action runs: - using: node16 + using: node20 main: dist/main.js branding: icon: 'arrow-up'