Skip to content

Commit

Permalink
fix(ci): use node 20 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas authored Feb 4, 2025
1 parent 4631538 commit f299c3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:
pages: write
id-token: write


concurrency:
group: "pages"
cancel-in-progress: false
Expand All @@ -29,7 +28,7 @@ jobs:
uses: actions/configure-pages@v5
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 20
- uses: actions/cache@v4
id: cache
with:
Expand Down

0 comments on commit f299c3e

Please sign in to comment.