1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

downgrade to node 14 for this branch

This commit is contained in:
JoelTrain 2022-08-23 16:18:17 -05:00
parent aff1b20d12
commit 5d8bf9a09a
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14
# use npm to set up yarn
- name: Set up yarn cli