Skip to content

Commit

Permalink
ci: upgrade step versions in CI workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Sep 29, 2024
1 parent f2212ca commit 04cc5a2
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 @@ -11,8 +11,8 @@ jobs:
node-version: [22.x]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
Expand Down

0 comments on commit 04cc5a2

Please sign in to comment.