diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 727c0e35..8c466ed5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index b317f88e..209b2497 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {