Skip to content

Commit

Permalink
feat: use node 20 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
promiseofcake authored May 29, 2024
1 parent 7d328ac commit a3733ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: |
git config user.name "Lucas Kacher"
git config user.email "<[email protected]>"
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Rebuild the dist/ directory
Expand Down

0 comments on commit a3733ae

Please sign in to comment.