Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 489cda9

Browse files
authored
use Node 12 (#218)
1 parent 0397c07 commit 489cda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/min-node-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
# Cypress Docker image with minimum Node version
77
# we promise to support in this repo
8-
container: cypress/base:8.16.0
8+
container: cypress/base:12.0.0
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Requirements ⚙️
66

77
- Any computer: Mac, Windows, Linux
8-
- [Node 8+ (LTS)](https://nodejs.org/), check [GH workflow file](.github/workflows/min-node-version.yml)
8+
- [Node 12.0.0+ (LTS)](https://nodejs.org/), check [GH workflow file](.github/workflows/min-node-version.yml)
99
- [git](https://git-scm.com)
1010

1111
In order to get the code and install dependencies

0 commit comments

Comments
 (0)