From eec0f8deeee55455edffb58549b666477998191e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Wed, 13 Mar 2024 15:12:03 +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 861758f..fbb21aa 100644 --- a/.github/workflows/frontend-ci.yaml +++ b/.github/workflows/frontend-ci.yaml @@ -23,6 +23,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 4ebdf9a..3c8578a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,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",