Skip to content

Commit

Permalink
mk: Node 21.2 should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Nov 26, 2023
1 parent 7cf86ee commit 4ca41fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
unittest:
strategy:
matrix:
node: [18, 20, '21.1']
node: [18, 20, 21]
fail-fast: false
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
[[ -f docs/typedoc/modules/_ndn_packet.html ]]
env:
GTAGID: G-YSW3MP43Z4
- uses: crazy-max/ghaction-github-pages@v3
- uses: crazy-max/ghaction-github-pages@v4
with:
repo: yoursunny/NDNts-nightly
build_dir: ./mk/nightly-output/
Expand Down

0 comments on commit 4ca41fe

Please sign in to comment.