Skip to content

Commit

Permalink
Update deploy-vue_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuru-baku authored Feb 28, 2024
1 parent 3d56b6f commit 947d3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-vue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js 20
uses: actions/setup-node@vv4.0.2
uses: actions/setup-node@v4.0.2
with:
node-version: 20

- name: Cache Dependencies
uses: actions/cache@vv4.0.0
uses: actions/cache@v4.0.0
with:
path: ${{env.working-directory}}/node_modules
key: ${{ runner.os }}-build-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit 947d3a3

Please sign in to comment.