Skip to content

Commit

Permalink
[WF:release, WF:test_build] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Oct 22, 2023
1 parent f5e5525 commit 3dc2e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
# Checkout repo
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install node
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 20
# Install deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
TARGET_PLATFORM: ${{ fromJSON('{"windows-latest":"win","ubuntu-latest":"linux"}')[ inputs.platform ] }}
steps:
# Checkout repo
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install node
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 20
# Install deps
Expand Down

0 comments on commit 3dc2e48

Please sign in to comment.