Update the recommended node version to v16.5.0 (LTS)

This commit is contained in:
Felipe Knorr Kuhn
2022-05-09 21:59:09 -07:00
parent 953f9405fc
commit 212cced969
6 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.10.0
node-version: 16.15.0
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- name: ${{ matrix.browser }} browser tests (Mempool)