Skip to content

Commit

Permalink
Bump actions/setup-node from 3.1.0 to 3.1.1 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2022
1 parent b09e71b commit 9392498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Check if generated code is correct
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.1.1
with:
node-version: "16"
- run: mv dist/index.js dist/index.js.new
Expand Down

0 comments on commit 9392498

Please sign in to comment.