Skip to content

Commit

Permalink
fix: use v4 for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
katopz committed Jun 20, 2024
1 parent 54c88e1 commit 6847cbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: Mdbook build

on:
push:
branches: ['main']
branches: ["main"]

jobs:
build:
name: build
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: '0.4.22'
MDBOOK_LINKCHECK_VERSION: '0.7.4'
MDBOOK_MERMAID_VERSION: '0.12.2'
MDBOOK_VERSION: "0.4.22"
MDBOOK_LINKCHECK_VERSION: "0.7.4"
MDBOOK_MERMAID_VERSION: "0.12.2"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install mdbook
Expand Down

0 comments on commit 6847cbf

Please sign in to comment.