Skip to content

Commit

Permalink
fix(ci): bump node to v22 & actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Nov 25, 2024
1 parent 698b604 commit b5d21df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x
- name: Install markmap-cli
run: npm install -g markmap-cli
- name: Run markmap-cli to export as HTML
Expand Down

0 comments on commit b5d21df

Please sign in to comment.