Skip to content

Commit

Permalink
test: screen-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Apr 22, 2024
1 parent dc9abac commit 5ab7375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/npm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.nodeVersion }}
cache-dependency-path: screen-reder-test/package-lock.json
cache-dependency-path: screen-reader-test/package-lock.json

- name: Display node and npm version
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/playwright-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.nodeVersion }}
cache-dependency-path: screen-reder-test/package-lock.json
cache-dependency-path: screen-reader-test/package-lock.json

- name: 🆙 Set env for os
shell: bash
Expand Down

0 comments on commit 5ab7375

Please sign in to comment.