Skip to content

Commit 8a75cf6

Browse files
committed
fix git action
1 parent 6639a1f commit 8a75cf6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v1
8-
with:
9-
fetch-depth: 1
7+
- uses: actions/checkout@v4
108
- name: Setup Node.js
11-
uses: actions/setup-node@v1
9+
uses: actions/setup-node@v4
1210
with:
13-
node-version: 14.15.1
11+
node-version: 22
1412
- name: Installing dependencies
1513
run: npm install
1614
- name: Running tests

0 commit comments

Comments
 (0)