File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,15 @@ permissions:
55jobs :
66 test :
77 runs-on : ubuntu-latest
8- strategy :
9- matrix :
10- node : [14]
11- name : Node ${{ matrix.node }}
8+ name : Test
129 steps :
1310 - name : Checkout
1411 uses : actions/checkout@v4
15- - name : Use node ${{ matrix.node }}
16- uses : actions/setup-node@v3
12+ - name : Setup Node.js
13+ uses : actions/setup-node@v4
1714 with :
18- node-version : ${{ matrix.node }}
15+ node-version : lts/*
1916 - name : Install
20- run : npm install
17+ run : npm install --ignore-scripts
2118 - name : Test
2219 run : npm test
Original file line number Diff line number Diff line change 99 "hallmark" : " hallmark fix"
1010 },
1111 "devDependencies" : {
12- "hallmark" : " ^4 .0.0 "
12+ "hallmark" : " ^5 .0.1 "
1313 },
1414 "repository" : {
1515 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments