Skip to content

Commit

Permalink
Fix lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardm27 committed Oct 26, 2024
1 parent c1941b2 commit c616fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: 🚚 Get the build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand All @@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0
- name: 🎯 Set up Node.js using nvm
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: 🎁 Install dependencies
Expand Down

0 comments on commit c616fe8

Please sign in to comment.