Skip to content

Commit

Permalink
ci: update actions/setup-node from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jun 25, 2024
1 parent be90602 commit 96a3c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Generate website with Scaladoc
run: sbt doc
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install npm dependencies
Expand Down

0 comments on commit 96a3c8d

Please sign in to comment.