Skip to content

Commit

Permalink
Merge pull request #2285 from okTurtles/update-ci
Browse files Browse the repository at this point in the history
bump ci actions to v4
  • Loading branch information
taoeffect committed Aug 6, 2024
2 parents 2f66832 + 82e5efa commit 63ae0a0
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 @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-20.04

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

0 comments on commit 63ae0a0

Please sign in to comment.