Skip to content

Commit bcc39bf

Browse files
chore(deps): update npm dev (major) (#753)
Redo of #654 - Fix dev-dependencies related to es-lint that the renovate-bot couldn't auto-fix - a few commas automatically added by the new linter - use node20 for tests to avoid caompatibility warnings ``` npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@typescript-eslint/[email protected]', npm WARN EBADENGINE required: { node: '^18.18.0 || >=20.0.0' }, npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } npm WARN EBADENGINE } ``` --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Ramon Petgrave <[email protected]> Co-authored-by: Mend Renovate <[email protected]>
1 parent 0547bc3 commit bcc39bf

File tree

6 files changed

+686
-562
lines changed

6 files changed

+686
-562
lines changed

.github/workflows/pre-submit.actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1515

16-
- name: Set Node.js 16
16+
- name: Set Node.js 20
1717
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
1818
with:
19-
node-version: 16
19+
node-version: 20
2020

2121
- name: Rebuild the dist/ directory
2222
working-directory: actions/installer

actions/installer/dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)