Skip to content

Commit

Permalink
ci: run nuxt2 nightly release on node 14 again
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 26, 2023
1 parent 59680dd commit 48c034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuxt2-edge.yml
Expand Up @@ -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
Expand Down

0 comments on commit 48c034c

Please sign in to comment.