Skip to content

Commit

Permalink
Update to Node.js v20
Browse files Browse the repository at this point in the history
Build with Node.js v20.
  • Loading branch information
martincostello committed Oct 31, 2023
1 parent 1c8704d commit 052ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: '18'
node-version: '20'

- name: Build, Test and Publish
shell: pwsh
Expand Down

0 comments on commit 052ee59

Please sign in to comment.