Skip to content

Commit

Permalink
try install node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Aug 8, 2024
1 parent 31cb0c6 commit 13b9b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:${{ inputs.version }}
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@v4
- name: build ${{ inputs.workflow }}-ubuntu-${{ inputs.toolset }}
run: |
Expand Down

0 comments on commit 13b9b16

Please sign in to comment.