Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(deps): bump actions/setup-node from 3.5.0 to 3.5.1 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2022
1 parent 2effe19 commit c6cf1cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0
- name: Setup Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0
- name: Setup Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v3.1.0
- name: Setup Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand Down

0 comments on commit c6cf1cf

Please sign in to comment.