diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03c3a53..1a0a2d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: [ '18', '20', '22' ] + node: ['20', '22' ] os: [ ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: diff --git a/package.json b/package.json index 22ff1ef..b72f3ce 100755 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@swc/core": "^1.7.21", "@swc/jest": "^0.2.36", "@types/jest": "^29.5.12", - "@types/node": "^18.19.47", + "@types/node": "^22.5.1", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "chart.js": "^4.4.4",