Skip to content

Commit

Permalink
Update release-drift action to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
thehanimo committed Feb 8, 2024
1 parent 3619158 commit 7bcfcff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-release-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,4 +43,4 @@ jobs:
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
path: dist/
path: dist/

0 comments on commit 7bcfcff

Please sign in to comment.