Skip to content

Commit

Permalink
CI: Bump actions/setup-java and actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jan 28, 2024
1 parent c7cc349 commit b95b362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
coverage: none

- name: Set up JDK 1.8
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
Expand All @@ -50,7 +50,7 @@ jobs:
run: cp .github/config-test.inc.php config/config-test.inc.php

- name: Setup NPM
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'

Expand Down

0 comments on commit b95b362

Please sign in to comment.