Skip to content

Commit

Permalink
updated to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Oct 5, 2024
1 parent b3fd80c commit 33f9604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install dependencies
run: node --version
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.7.0
version: 9.12.0
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build site
Expand Down

0 comments on commit 33f9604

Please sign in to comment.