Skip to content

Commit

Permalink
Merge pull request #69 from sjinks/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v3.2.0
  • Loading branch information
sjinks committed May 22, 2022
2 parents 83e65fb + 35b3024 commit 44bcc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2

- name: Set up Node.js environment
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
with:
node-version: lts/*
cache: npm
Expand Down

0 comments on commit 44bcc91

Please sign in to comment.