Skip to content

Commit 447bb14

Browse files
authored
Update Github Actions Node to 22 (#58)
update Node to 22
1 parent 627b708 commit 447bb14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-md.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Use Node.js 16
13-
uses: actions/setup-node@v2
11+
- uses: actions/checkout@v4
12+
- name: Use Node.js 22
13+
uses: actions/setup-node@v4
1414
with:
15-
node-version: 16
15+
node-version: 22
1616
cache: 'npm'
1717
- name: Install Dependencies
1818
run: npm ci

0 commit comments

Comments
 (0)