Skip to content

Commit

Permalink
chore: bump versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Jan 18, 2024
1 parent d0b09d8 commit 01d22ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
node-version: [ 14, 16, 18 ]
node-version: [ 16, 18, 20 ]

steps:
- uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Generate coverage report
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- run: npm install
- run: npm run test:coverage
- run: bash <(curl -s https://codecov.io/bash)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@babel/preset-env",
{
"targets": {
"node": "14.18.2"
"node": "16.20.2"
}
}
]
]
},
"engines": {
"node": ">=14.18.2"
"node": ">=16.20.2"
},
"jest": {
"testTimeout": 30000,
Expand Down

0 comments on commit 01d22ea

Please sign in to comment.