diff --git a/.github/workflows/frontend-ci.yaml b/.github/workflows/frontend-ci.yaml index ce11b30..22da3e8 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 fc96b03..122c366 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,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",