Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
Update Node to Node20

Signed-off-by: celder628 <celder628@gmail.com>
  • Loading branch information
celder628 authored Jun 3, 2024
1 parent 55f07dd commit 429c18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- name: Use Node.js 12
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 20
- name: Install Fabric dependencies
run: |
sudo mkdir -p /opt/fabric
Expand Down

0 comments on commit 429c18b

Please sign in to comment.