From 36191588423b6515796475cc1d449d5b005e2e27 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 4 Feb 2024 11:39:08 +0200 Subject: [PATCH 1/2] Upgrade to LTS node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 028e73f..a2a8e88 100644 --- a/action.yml +++ b/action.yml @@ -35,5 +35,5 @@ inputs: description: the github access token to be used to access the config file using other github_configuration_* parameters. can differ from GITHUB_TOKEN. defaults to GITHUB_TOKEN required: false runs: - using: node16 + using: node20 main: dist/index.js From 7bcfcffaf3f9bcc8f49a5f83b8e6a0bfdb7c91a9 Mon Sep 17 00:00:00 2001 From: Hani Date: Thu, 8 Feb 2024 15:50:18 -0500 Subject: [PATCH 2/2] Update release-drift action to node v20 --- .github/workflows/check-release-drift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-release-drift.yml b/.github/workflows/check-release-drift.yml index c29f32b..5dadb84 100644 --- a/.github/workflows/check-release-drift.yml +++ b/.github/workflows/check-release-drift.yml @@ -22,10 +22,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set Node.js 16 + - name: Set Node.js 20 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm i - name: Rebuild the dist/ directory @@ -43,4 +43,4 @@ jobs: if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist - path: dist/ \ No newline at end of file + path: dist/