From 7bcfcffaf3f9bcc8f49a5f83b8e6a0bfdb7c91a9 Mon Sep 17 00:00:00 2001 From: Hani Date: Thu, 8 Feb 2024 15:50:18 -0500 Subject: [PATCH] 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/