Skip to content

Commit

Permalink
Updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed May 4, 2024
1 parent 9395bf7 commit 00b7208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node 18
uses: actions/setup-node@v4
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Cache Node.js modules
id: yarn-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.cache_dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 00b7208

Please sign in to comment.