Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
torstees authored Sep 15, 2023
1 parent 0575bb0 commit 688702b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
publish:
name: Publish Implementation Guide
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [10, 12]
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up OpenJDK
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 17

- name: Set up Jekyll
run: |
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Install SUSHI and add FSH definitions
run: |
npm install -g fsh-sushi
npm install -g fsh-sushi@^2.10.2
sushi .
- name: Update IG publisher
Expand Down

0 comments on commit 688702b

Please sign in to comment.