Skip to content

Commit

Permalink
Update check-dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante authored Feb 28, 2024
1 parent 617c86c commit 072f671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set Node.js 16.x
uses: actions/setup-node@v3.5.1
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 072f671

Please sign in to comment.