Skip to content

Commit

Permalink
chore: update node for non-node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 1, 2021
1 parent 7c90ebf commit 91d3605
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -113,7 +113,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- uses: microsoft/playwright-github-action@v1
- name: Get yarn cache directory path
Expand All @@ -136,7 +136,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -158,7 +158,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 91d3605

Please sign in to comment.