diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b8ea7c..4ef0b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: node-version: [20.x, 22.x, 24.x, 25.x] express-version: [latest-4, latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - run: npm pkg set "devDependencies.express=${{ matrix.express-version }}" @@ -33,8 +33,8 @@ jobs: coverage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v5 + - uses: actions/setup-node@v5 with: node-version: 22.x - run: npm install diff --git a/.gitignore b/.gitignore index bf6050e..ab9ba8f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ complexity.md .eslintcache coverage/** **/package-lock.json -.nova/** \ No newline at end of file +.nova/** +.cursor/** \ No newline at end of file