update node version
Some checks failed
Build / build (push) Failing after 5m44s

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2024-02-05 00:02:21 +09:00
parent b6a9fd071a
commit d2184c96a5

View File

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: https://github.com/actions/setup-node@v4 - uses: https://github.com/actions/setup-node@v4
with: with:
version: 'latest' node-version: 'latest'
cache: 'npm' cache: 'npm'
cache-dependency-path: 'package-lock.json' cache-dependency-path: 'package-lock.json'
- run: npm i - run: npm i