Skip to content

Commit

Permalink
Only set the major version for setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Sep 30, 2022
1 parent dab3892 commit 1c90a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3
with:
node-version: "12"
- run: npm ci
Expand Down

0 comments on commit 1c90a38

Please sign in to comment.