Skip to content

Commit

Permalink
Use latest version of Git Hub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timzatko committed Oct 15, 2024
1 parent 3de5c63 commit 8b186bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -22,7 +22,7 @@ jobs:
needs: lint

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -43,10 +43,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
- run: npm ci
- shell: bash
env:
Expand Down

0 comments on commit 8b186bd

Please sign in to comment.