Skip to content

Commit

Permalink
Chore: Update actions/setup-node action to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 7cd10e5 commit 74871a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# https://github.com/actions/setup-node
- name: Setup Node.js 16.x
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.8.2
with:
node-version: 16.x

Expand Down

0 comments on commit 74871a4

Please sign in to comment.