Skip to content

Commit

Permalink
chore: update to actions/setup-node@v4
Browse files Browse the repository at this point in the history
chore: use built-in cache
  • Loading branch information
nikku committed Mar 7, 2024
1 parent e2a161c commit 341ed10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 341ed10

Please sign in to comment.