Skip to content

Commit 91d3605

Browse files
committed
chore: update node for non-node tests
1 parent 7c90ebf commit 91d3605

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/setup-node@v1
7171
with:
72-
node-version: ${{ matrix.node }}
72+
node-version: 16
7373
- uses: actions/checkout@v2
7474
- name: Get yarn cache directory path
7575
id: yarn-cache-dir-path
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/setup-node@v1
9393
with:
94-
node-version: ${{ matrix.node }}
94+
node-version: 16
9595
- uses: actions/checkout@v2
9696
- name: Get yarn cache directory path
9797
id: yarn-cache-dir-path
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- uses: actions/setup-node@v1
115115
with:
116-
node-version: ${{ matrix.node }}
116+
node-version: 16
117117
- uses: actions/checkout@v2
118118
- uses: microsoft/playwright-github-action@v1
119119
- name: Get yarn cache directory path
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- uses: actions/setup-node@v1
138138
with:
139-
node-version: ${{ matrix.node }}
139+
node-version: 16
140140
- uses: actions/checkout@v2
141141
- name: Get yarn cache directory path
142142
id: yarn-cache-dir-path
@@ -158,7 +158,7 @@ jobs:
158158
steps:
159159
- uses: actions/setup-node@v1
160160
with:
161-
node-version: ${{ matrix.node }}
161+
node-version: 16
162162
- uses: actions/checkout@v2
163163
- name: Get yarn cache directory path
164164
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)