From a81f9e4c821fa034e70ea2fdae322e9d223daf54 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 May 2023 09:51:00 +0100 Subject: [PATCH] ci: run 2.x nightly release on node 16 --- .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 a3f60fc55e9f..ac1e94a41418 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: 14 + node-version: 16 registry-url: 'https://registry.npmjs.org' - name: install run: yarn --check-files --frozen-lockfile --non-interactive