Skip to content

Commit

Permalink
fix(marketplace): Specify node version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jschill committed Nov 26, 2023
1 parent 2a25f4a commit 67b454b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend-marketplace-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '20.10.0'
- uses: earthly/actions-setup@v1
with:
version: 0.6.30
Expand Down

0 comments on commit 67b454b

Please sign in to comment.