ci: rollback to node 14

This commit is contained in:
Diego Rodríguez Baquero 2022-05-10 20:01:52 -05:00 committed by GitHub
parent 8d54938f16
commit 01202185e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14
- name: Cache
uses: actions/cache@v3
with: