Skip to content

Commit

Permalink
IBX-7928: Update CI node to 18; change eslint version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Mar 13, 2024
1 parent 7985a24 commit eec0f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eec0f8d

Please sign in to comment.