Skip to content

Commit

Permalink
fix(ci/cd): add v in checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
martendebruijn committed Jul 20, 2024
1 parent c90bc02 commit bfd53c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts'
- run: npm ci
Expand All @@ -16,8 +16,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts'
- run: npm ci
Expand Down

0 comments on commit bfd53c3

Please sign in to comment.