Skip to content

Commit

Permalink
Upgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed May 20, 2023
1 parent 536b6e0 commit 37a270b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
id: setup-ffmpeg

# https://github.com/actions/setup-node
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
id: setup-ffmpeg

# https://github.com/actions/setup-node
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 37a270b

Please sign in to comment.