update node version

This commit is contained in:
2024-02-05 00:02:21 +09:00
parent a309cae0ae
commit 072134afa4

View File

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