ci: run nuxt 2 edge release on node 18

This commit is contained in:
Daniel Roe 2023-10-23 21:32:10 +09:00
parent 2dc078ea40
commit 5b96049d98
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: install
run: yarn --check-files --frozen-lockfile --non-interactive