Skip to content

Commit

Permalink
IBX-7928: As a developer, I want to have newest patch version of esli…
Browse files Browse the repository at this point in the history
…nt config installed (#7)
  • Loading branch information
GrabowskiM authored Mar 14, 2024
1 parent 849d94c commit c957bb4
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 c957bb4

Please sign in to comment.