Skip to content

Commit

Permalink
change action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbethecoder committed Jul 30, 2024
1 parent b628824 commit b2ee27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ runs:
- name: Setup Node.js ⚙️
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 'lts/*'

- name: Cache dependencies ⚡
id: cache_dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit b2ee27a

Please sign in to comment.