Skip to content

Commit 8289cb7

Browse files
celder628denyeart
authored andcommitted
Update pr.yml
Update Node to Node20 Signed-off-by: celder628 <celder628@gmail.com>
1 parent 55f07dd commit 8289cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
distribution: 'temurin'
2929
java-version: '11'
30-
- name: Use Node.js 12
30+
- name: Use Node.js 20
3131
uses: actions/setup-node@v2
3232
with:
33-
node-version: 12
33+
node-version: 20
3434
- name: Install Fabric dependencies
3535
run: |
3636
sudo mkdir -p /opt/fabric

0 commit comments

Comments
 (0)