Skip to content

Commit

Permalink
Add version to GH action uses refs
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed Oct 11, 2023
1 parent 358479e commit 64927eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/checkout@v4
- name: Setup node env
uses: actions/setup-node
uses: actions/setup-node@v3
with:
node-version: 18.17.1
- name: Install dependencies
Expand Down

0 comments on commit 64927eb

Please sign in to comment.