fix: v2-->v3

This commit is contained in:
spiritlhl
2025-03-30 11:51:33 +08:00
committed by GitHub
parent 2409382cfc
commit 5f3d2b7d66

View File

@@ -16,7 +16,7 @@ jobs:
with:
node-version: "16"
- name: Cache NPM dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-npm-cache