Skip to content

Commit

Permalink
update node versions
Browse files Browse the repository at this point in the history
update npm package '@eslint/js' to 9.15.0
update npm package 'eslint' to 9.15.0
update npm package 'eslint-plugin-jsdoc' to 50.5.0
update npm package 'eslint-plugin-n' to 17.13.2
update npm package 'globals' to 15.12.0
update npm package 'typescript-eslint' to 8.14.0
update npm package 'eslint-plugin-eslint-plugin' to 6.3.1
  • Loading branch information
TimurRin committed Nov 17, 2024
1 parent 8f775d6 commit 286c1d2
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/node:22.6.0
FROM docker.io/node:22.11.0

USER node
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Checkout repo"
- uses: actions/setup-node@v4
with:
node-version: 22.6.0
node-version: 22.11.0
registry-url: https://registry.npmjs.org/
name: "Install Node.js"
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.20.4, 20.16.0, 22.6.0]
node: [18.20.4, 20.18.0, 22.11.0, 23.2.0]
name: Test repo on Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"text": "CF ESLint Plugin",
"textLong": "Cinnabar Forge ESLint Plugin"
},
"public": true,
"stack": "nodejs",
"type": "project"
}
Loading

0 comments on commit 286c1d2

Please sign in to comment.