Skip to content

Commit

Permalink
Bump actions/setup-node from 3.8.0 to 3.8.1 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 4c52c66 commit d66a2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: '16'
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: '16'
cache: npm
Expand Down

0 comments on commit d66a2b8

Please sign in to comment.