Skip to content

Commit

Permalink
Use latest Node.js for build
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Jan 3, 2025
1 parent 96ffe04 commit fed3f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- name: Persist npm cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit fed3f4b

Please sign in to comment.