From ccd1cbb433b4872b577e98841298855140e8358d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Wed, 13 Mar 2024 15:11:35 +0100 Subject: [PATCH] IBX-7928: Update CI node to 18; change eslint version to 1.1.1 --- .github/workflows/frontend-ci.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-ci.yaml b/.github/workflows/frontend-ci.yaml index ce11b307..22da3e81 100644 --- a/.github/workflows/frontend-ci.yaml +++ b/.github/workflows/frontend-ci.yaml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - run: yarn install - run: yarn test diff --git a/package.json b/package.json index 01f7f689..b7733050 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "prettier": "eslint-config-ibexa/prettier", "dependencies": {}, "devDependencies": { - "eslint-config-ibexa": "https://github.com/ibexa/eslint-config-ibexa.git#~v1.1.0" + "eslint-config-ibexa": "https://github.com/ibexa/eslint-config-ibexa.git#~v1.1.1" }, "scripts": { "test": "yarn prettier-test && yarn eslint-test",