mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-22 21:51:25 +03:00
Use node 16 in CI to avoid cypress timeout issue.
This commit is contained in:
parent
533aed2700
commit
93637fcf08
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,10 +18,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Use Node.js 18
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 16
|
||||
# Re-use node_modules between runs until package-lock.json changes.
|
||||
- name: Cache node_modules
|
||||
id: cache-node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user