Skip to content

Commit

Permalink
Update github actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jotto committed Jul 10, 2024
1 parent d93ac11 commit 215cb5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# cache: "npm"
# cache-dependency-path: "package-lock.json"
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 215cb5e

Please sign in to comment.