From 48c034cf02de0aa13f43c8f05af4d58fd1f917ae Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 26 Apr 2023 22:52:37 +0100 Subject: [PATCH] ci: run nuxt2 nightly release on node 14 again --- .github/workflows/nuxt2-edge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuxt2-edge.yml b/.github/workflows/nuxt2-edge.yml index ab5d660907cd..a3f60fc55e9f 100644 --- a/.github/workflows/nuxt2-edge.yml +++ b/.github/workflows/nuxt2-edge.yml @@ -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