Skip to content

Commit b5d21df

Browse files
committed
fix(ci): bump node to v22 & actions to v4
1 parent 698b604 commit b5d21df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
16-
- name: Set Node.js 16.x
17-
uses: actions/setup-node@v3
15+
uses: actions/checkout@v4
16+
- name: Set Node.js 22.x
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 16.x
19+
node-version: 22.x
2020
- name: Install markmap-cli
2121
run: npm install -g markmap-cli
2222
- name: Run markmap-cli to export as HTML

0 commit comments

Comments
 (0)