There was an error while loading. Please reload this page.
1 parent e9e9b60 commit 191efe5Copy full SHA for 191efe5
2 files changed
.github/workflows/test.yml
@@ -5,18 +5,15 @@ permissions:
5
jobs:
6
test:
7
runs-on: ubuntu-latest
8
- strategy:
9
- matrix:
10
- node: [14]
11
- name: Node ${{ matrix.node }}
+ name: Test
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- - name: Use node ${{ matrix.node }}
16
- uses: actions/setup-node@v3
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
17
with:
18
- node-version: ${{ matrix.node }}
+ node-version: lts/*
19
- name: Install
20
- run: npm install
+ run: npm install --ignore-scripts
21
- name: Test
22
run: npm test
package.json
@@ -9,7 +9,7 @@
"hallmark": "hallmark fix"
},
"devDependencies": {
- "hallmark": "^4.0.0"
+ "hallmark": "^5.0.1"
"repository": {
"type": "git",
0 commit comments