Skip to content

Commit

Permalink
Merge branch 'main' into node-next-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmuller committed Mar 11, 2024
2 parents 017af58 + 4a812f8 commit 7122b19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install && npm test && npm run lint
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.6.2",
"@rollup/plugin-typescript": "^9.0.2",
"@rollup/plugin-typescript": "^11.1.6",
"@types/expect": "^24.3.0",
"@types/lodash": "^4.14.144",
"@types/mocha": "^10.0.0",
Expand All @@ -41,9 +41,9 @@
"is-uuid": "^1.0.2",
"lodash": "^4.17.15",
"mocha": "^10.0.0",
"np": "^7.6.2",
"np": "^10.0.0",
"prettier": "^2.0.5",
"rollup": "^3.3.0",
"rollup": "^4.12.1",
"typescript": "^4.8.3"
},
"scripts": {
Expand Down

0 comments on commit 7122b19

Please sign in to comment.