Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2022
1 parent 8cd5b61 commit cb5feb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- name: Setup node
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
with:
node-version: '16.x'
cache: 'yarn'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }}
- name: Setup node
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
with:
node-version: '16.x'
- name: Install project
Expand Down

0 comments on commit cb5feb7

Please sign in to comment.