Skip to content

Commit

Permalink
ci: run 2.x nightly release on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 3, 2023
1 parent 3306cfe commit a81f9e4
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: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: install
run: yarn --check-files --frozen-lockfile --non-interactive
Expand Down

0 comments on commit a81f9e4

Please sign in to comment.