Skip to content

Commit

Permalink
Merge pull request #2890 from pbek/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
pbek committed Oct 30, 2023
2 parents 8c4dbe0 + b3594e5 commit f80be9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
format: 'csv'
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
Expand Down

0 comments on commit f80be9c

Please sign in to comment.