Skip to content

Commit

Permalink
chore(deps): 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 Nov 28, 2023
1 parent cd1a15d commit 918f96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.2
with:
node-version: '16'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Setup node
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node }}
- run: npm ci
Expand Down

0 comments on commit 918f96b

Please sign in to comment.