Skip to content

Commit

Permalink
Update node build version
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Aug 13, 2023
1 parent 608e710 commit f104f8e
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 @@ -30,7 +30,7 @@ jobs:
if: (github.ref == 'refs/heads/main') && (github.repository == 'ClimateTown/knowledge-hub')
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: ">=18"
cache: npm
- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit f104f8e

Please sign in to comment.