Skip to content

Commit

Permalink
Update dependencies to their latest version (#450)
Browse files Browse the repository at this point in the history
* Update dependencies to their latest version

* Include project yarn.lock in cache key too
  • Loading branch information
ocean90 authored Apr 23, 2022
1 parent 365196c commit dabe43b
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 914 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('./test/linters/projects/**/yarn.lock', '.github/workflows/test.yml') }}
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock', './test/linters/projects/**/yarn.lock', '.github/workflows/test.yml') }}

- name: Install Node.js dependencies
run: |
Expand Down Expand Up @@ -184,7 +184,8 @@ jobs:

# Tests

- name: Install test dependencies
run: yarn install

- name: Run tests
run: |
yarn
yarn test
run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@samuelmeuli/eslint-config": "^6.0.0",
"@samuelmeuli/prettier-config": "^2.0.1",
"@vercel/ncc": "^0.33.4",
"eslint": "8.13.0",
"eslint": "8.14.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
Loading

0 comments on commit dabe43b

Please sign in to comment.