We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627b708 commit 11b755eCopy full SHA for 11b755e
1 file changed
.github/workflows/test-md.yaml
@@ -8,11 +8,11 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
12
- - name: Use Node.js 16
13
- uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - name: Use Node.js 22
+ uses: actions/setup-node@v4
14
with:
15
- node-version: 16
+ node-version: 22
16
cache: 'npm'
17
- name: Install Dependencies
18
run: npm ci
0 commit comments