Skip to content

Commit

Permalink
ci: update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Apr 11, 2024
1 parent 8aeb9d6 commit bba709d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: '**/package-lock.json'
Expand Down

0 comments on commit bba709d

Please sign in to comment.