Skip to content

Commit

Permalink
feat(build): update to node 20 github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed Apr 11, 2024
1 parent fd9ce35 commit 35fab77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v4

# See: https://github.com/marketplace/actions/setup-node-js-environment
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: Create file & folder for GitHub Actions logs
run: |
Expand Down

0 comments on commit 35fab77

Please sign in to comment.