ci: run nuxt2 nightly release on node 14 again

This commit is contained in:
Daniel Roe 2023-04-26 22:52:37 +01:00
parent 59680dd830
commit 48c034cf02

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: 18
node-version: 14
registry-url: 'https://registry.npmjs.org'
- name: install
run: yarn --check-files --frozen-lockfile --non-interactive