Skip to content

Commit

Permalink
chore: fix self-test workflow node version (#1111)
Browse files Browse the repository at this point in the history
#### Details

This is a followup to #1110 which fixes a half-reverted change I'd been trying out to use a matrix of node versions to test with

##### Motivation

Fixes https://github.com/microsoft/accessibility-insights-action/runs/5726695339?check_suite_focus=true

##### Context

see #1110

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox -->
- [n/a] Addresses an existing issue: Fixes #0000
- [n/a] Added relevant unit test for your changes. (`yarn test`)
- [n/a] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage`
- [x] Ran precheckin (`yarn precheckin`)
  • Loading branch information
dbjorge committed Mar 28, 2022
1 parent 0f99f92 commit b6d3472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-test.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 12.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit b6d3472

Please sign in to comment.