Skip to content

Commit

Permalink
Tools: Set node version to 16 on CI to fix build (laurent22#5296)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Aug 12, 2021
1 parent dcd5a8d commit 81b4407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: olegtarasov/[email protected]
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'

# Login to Docker only if we're on a server release tag. If we run this on
# a pull request it will fail because the PR doesn't have access to
Expand Down

0 comments on commit 81b4407

Please sign in to comment.