Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update snapshots for next (#2395)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored May 19, 2021
1 parent ba125b9 commit 74c30c5
Show file tree
Hide file tree
Showing 8 changed files with 276 additions and 190 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"
# TODO: Fails on scheduled and repository dispatch events e.g. https://github.com/eps1lon/mui-scripts-incubator/runs/1506954046?check_suite_focus=true
# - name: Cache modules
# uses: actions/cache@v2
Expand All @@ -38,7 +38,8 @@ jobs:
# cache-v1-${{ runner.os }}
- uses: microsoft/playwright-github-action@v1
- name: install
run: yarn install
# TODO: Bump supported node versions in screen-reader-testing-library
run: yarn install --ignore-engines
- name: Check environment
run: |
node bin/env.js
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.22.1
v16.0.0
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
- task: NodeTool@0
inputs:
versionSpec: "12.x"
versionSpec: "16.x"
displayName: "Install Node.js"

- task: Cache@2
Expand Down Expand Up @@ -52,7 +52,8 @@ steps:
displayName: Cache screen-reader binaries

- script: |
yarn install
# TODO: Bump supported node versions in screen-reader-testing-library
yarn install --ignore-engines
displayName: "install dependencies"
- script: |
Expand Down
Loading

0 comments on commit 74c30c5

Please sign in to comment.