Skip to content

Commit

Permalink
chore: update GH action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Oct 30, 2024
1 parent 1dd616b commit 3b01612
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
uses: u0reo/npm-install@fix/restore-failure
uses: u0reo/npm-install@v1
with:
useRollingCache: true

Expand Down

0 comments on commit 3b01612

Please sign in to comment.