Skip to content

Commit

Permalink
Bump actions/setup-node from 3.0.0 to 3.1.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 5, 2022
1 parent 8e0a040 commit 5a28ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@master

- name: setup node
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.1.0
with:
node-version: "16.x"
cache: "yarn"
Expand Down

0 comments on commit 5a28ed6

Please sign in to comment.