Skip to content

Commit

Permalink
Upgrade GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Feb 16, 2023
1 parent bcefb6c commit e0fc51b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ jobs:
NG_CLI_ANALYTICS: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 14.17.6

- uses: actions/setup-java@v1
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
cache: 'maven'

- name: Stop MySQL server
run: sudo /etc/init.d/mysql stop
Expand Down

0 comments on commit e0fc51b

Please sign in to comment.