Skip to content

Commit

Permalink
Update MarkBind Action node version to 18 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerteck authored Sep 22, 2024
1 parent 8d04cb7 commit 0d248c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fork-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build PR preview url
id: pr-url
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unpublish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build PR preview url
id: pr-url
run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Checkout markbind-cli@master
if: inputs.version == 'development'
uses: actions/checkout@v3
Expand Down

0 comments on commit 0d248c0

Please sign in to comment.