Skip to content

Commit

Permalink
Update engine requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Feb 10, 2024
1 parent df77578 commit 67116aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: true
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: true
runs-on: ${{ matrix.os }}
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Check prettier format
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@matteoh2o1999/github-actions-jest-reporter",
"version": "2.0.0",
"version": "3.0.0",
"description": "A Github Actions reporter for Jest supporting log folding",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"keywords": [
"jest",
Expand Down

0 comments on commit 67116aa

Please sign in to comment.