Skip to content

Commit d260b2b

Browse files
drop node 16 from github workflows (#567)
* drop node 16 from github workflows We are dropping node 16 support, and have removed it from the related slapshot reusable workflows already. This PR drops it from the github workflows for this repo J=none TEST=none * Update snapshots * Update snapshots * Update snapshots * Update snapshots * Update snapshots * Update snapshots --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4abf066 commit d260b2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
with:
1212
build_script: |
1313
npx playwright install
14-
node_matrix: '["16.x", "18.x"]'
14+
node_matrix: '["18.x"]'
1515
secrets:
1616
MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }}
1717

1818
call_run_tests-react-17:
1919
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
2020
with:
21-
# We have to install these swc libraries manually because
22-
# the post install script doesn't seem to run properly
21+
# We have to install these swc libraries manually because
22+
# the post install script doesn't seem to run properly
2323
# after we install specific versions of packages.
2424
# More info at https://github.com/swc-project/swc/issues/5616#issuecomment-1651214641
2525
build_script: |
@@ -39,7 +39,7 @@ jobs:
3939
"@swc/core-win32-x64-msvc"
4040
npx playwright install
4141
npm run build
42-
node_matrix: '["16.x", "18.x"]'
42+
node_matrix: '["18.x"]'
4343
secrets:
4444
MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }}
4545

@@ -63,6 +63,6 @@ jobs:
6363
"@swc/core-win32-x64-msvc"
6464
npx playwright install
6565
npm run build
66-
node_matrix: '["16.x", "18.x"]'
66+
node_matrix: '["18.x"]'
6767
secrets:
6868
MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }}

0 commit comments

Comments
 (0)