diff --git a/.github/workflows/plugins-ci-elasticsearch.yml b/.github/workflows/plugins-ci-elasticsearch.yml index d212dfe..fa4e867 100644 --- a/.github/workflows/plugins-ci-elasticsearch.yml +++ b/.github/workflows/plugins-ci-elasticsearch.yml @@ -31,7 +31,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} diff --git a/.github/workflows/plugins-ci-kafka.yml b/.github/workflows/plugins-ci-kafka.yml index 2e9c7d7..d6ca094 100644 --- a/.github/workflows/plugins-ci-kafka.yml +++ b/.github/workflows/plugins-ci-kafka.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} diff --git a/.github/workflows/plugins-ci-mongo.yml b/.github/workflows/plugins-ci-mongo.yml index 716cbdd..e851554 100644 --- a/.github/workflows/plugins-ci-mongo.yml +++ b/.github/workflows/plugins-ci-mongo.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} diff --git a/.github/workflows/plugins-ci-mysql.yml b/.github/workflows/plugins-ci-mysql.yml index 11ce5e5..c3a4de6 100644 --- a/.github/workflows/plugins-ci-mysql.yml +++ b/.github/workflows/plugins-ci-mysql.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} diff --git a/.github/workflows/plugins-ci-package-manager.yml b/.github/workflows/plugins-ci-package-manager.yml index be7c782..87d3eb7 100644 --- a/.github/workflows/plugins-ci-package-manager.yml +++ b/.github/workflows/plugins-ci-package-manager.yml @@ -6,7 +6,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} @@ -20,7 +20,7 @@ jobs: strategy: matrix: node-version: ${{ fromJson(inputs.node-versions) }} - pnpm-version: [10] + pnpm-version: [10, 11] steps: - name: Check out repo uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index e273235..33ee6aa 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} diff --git a/.github/workflows/plugins-ci-redis.yml b/.github/workflows/plugins-ci-redis.yml index 7b29ad9..f392e66 100644 --- a/.github/workflows/plugins-ci-redis.yml +++ b/.github/workflows/plugins-ci-redis.yml @@ -26,7 +26,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} diff --git a/.github/workflows/plugins-ci.yml b/.github/workflows/plugins-ci.yml index bb5ad27..62219ce 100644 --- a/.github/workflows/plugins-ci.yml +++ b/.github/workflows/plugins-ci.yml @@ -31,7 +31,7 @@ on: node-versions: description: 'A JSON array that specifies the Node.js versions on which the job should run.' required: false - default: '["20", "22", "24", "26"]' + default: '["24", "26"]' type: string permissions: {} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c21249 --- /dev/null +++ b/.gitignore @@ -0,0 +1,149 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp +.cache + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +# Vim swap files +*.swp + +# macOS files +.DS_Store + +# Clinic +.clinic + +# lock files +bun.lockb +package-lock.json +pnpm-lock.yaml +yarn.lock + +# editor files +.vscode +.idea diff --git a/README.md b/README.md index 833bd87..9b0afcd 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ jobs: | `license-check` | false | boolean | `false` | Set to `true` to check that a repository's production dependencies use permissive licenses: 0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, MIT, or ISC. | | `license-check-allowed-additional` | false | string | | Provide a semicolon separated list of SPDX-license identifiers that you want to additionally allow. | | `lint` | false | boolean | `false` | Set to `true` to run the `lint` script in a repository's `package.json`. | -| `node-versions` | false | string | `'["20", "22", "24", "26"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. | +| `node-versions` | false | string | `'["24", "26"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. | ## Acknowledgments