Skip to content

Commit fb030cd

Browse files
Bump eslint from 9.39.2 to 10.3.0 in /server/frontend (#184)
* Bump eslint from 9.39.2 to 10.3.0 in /server/frontend Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.3.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.3.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update eslint-plugin-vue and bump node version in ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ksenia Berezina <kberezina@mozilla.com>
1 parent 8663fbd commit fb030cd

3 files changed

Lines changed: 172 additions & 177 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
python-version: "3.12"
3939

40-
- name: Set up Node.js 20
40+
- name: Set up Node.js 22
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: "20"
43+
node-version: "22"
4444

4545
- name: Install frontend dependencies
4646
run: |

0 commit comments

Comments
 (0)