ci: run 2.x nightly release on node 16

This commit is contained in:
Daniel Roe 2023-05-03 09:51:00 +01:00
parent 3306cfe292
commit a81f9e4c82
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: install
run: yarn --check-files --frozen-lockfile --non-interactive