Skip to content

Commit

Permalink
CI: use node.js 16 version (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanganjuan authored Mar 14, 2023
1 parent e2b4eb2 commit 4b6f074
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hubble-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'

- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: '16'
# we also should cache python & yarn & downloads to avoid useless work
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down

0 comments on commit 4b6f074

Please sign in to comment.