From 36501e8eb44145df215d6257eb0bf0e237327b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Thu, 14 Mar 2024 10:39:10 +0100 Subject: [PATCH] IBX-7928: As a developer, I want to have newest patch version of eslint config installed (#1203) --- .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 ce11b307e2..22da3e818d 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 47505b3271..b4c58df2bd 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",