Skip to content

Commit 67116aa

Browse files
committed
Update engine requirement
1 parent df77578 commit 67116aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x, 20.x]
12+
node-version: [16.x, 18.x, 20.x]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
fail-fast: true
1515
runs-on: ${{ matrix.os }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
strategy:
2020
matrix:
21-
node-version: [14.x, 16.x, 18.x, 20.x]
21+
node-version: [16.x, 18.x, 20.x]
2222
os: [ubuntu-latest, windows-latest, macos-latest]
2323
fail-fast: true
2424
runs-on: ${{ matrix.os }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup node
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: '18.x'
48+
node-version: '16.x'
4949
- name: Install dependencies
5050
run: npm ci
5151
- name: Check prettier format

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@matteoh2o1999/github-actions-jest-reporter",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A Github Actions reporter for Jest supporting log folding",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"engines": {
8-
"node": ">=14.0.0"
8+
"node": ">=16.0.0"
99
},
1010
"keywords": [
1111
"jest",

0 commit comments

Comments
 (0)