Skip to content

Commit

Permalink
Merge pull request #58 from ronati/UPGRADE-NODE
Browse files Browse the repository at this point in the history
fix: Upgrade node version
  • Loading branch information
adanylenko authored Sep 10, 2024
2 parents 3994d02 + 969cb50 commit 872d32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semver-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
# TODO: Run Go/Terraform tests to make sure we publish a working version
- name: Build app
run: make build
Expand Down

0 comments on commit 872d32b

Please sign in to comment.