Skip to content

Commit

Permalink
#2880 webpage: use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Oct 17, 2023
1 parent a727960 commit 7caeacf
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 @@ -33,6 +33,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '20'
- run: yarn install
- run: yarn run build

0 comments on commit 7caeacf

Please sign in to comment.