diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 0000000..403ee61 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,2 @@ +[codespell] +ignore-words-list = afterAll diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a37404d..6c1fe02 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 + uses: super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e env: DEFAULT_BRANCH: main FILTER_REGEX_EXCLUDE: dist/**/* diff --git a/.node-version b/.node-version index d4b7699..85e5027 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.18.1 +22.22.0 diff --git a/action.yml b/action.yml index 6632f89..4d26479 100644 --- a/action.yml +++ b/action.yml @@ -33,5 +33,5 @@ outputs: description: A (stringified) array of PHP versions from min to latest, f.e. [8.1, 8.2, 8.3, 8.4] runs: - using: node20 + using: node22 main: dist/index.js