Skip to content

Commit

Permalink
Merge pull request #10 from kieler/mka/update-build-actions
Browse files Browse the repository at this point in the history
Update Github build actions in main build workflow
  • Loading branch information
Drakae authored Jan 14, 2025
2 parents 9343f1f + 4887912 commit 6555160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
working-directory: table-webview

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 23.x
- run: yarn
Expand Down

0 comments on commit 6555160

Please sign in to comment.