Skip to content

Commit

Permalink
chore: specify node version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Sep 7, 2024
1 parent d6141dc commit aa37a66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Install make
run: sudo apt-get install make
- run: make prettier_lint
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.17.0

0 comments on commit aa37a66

Please sign in to comment.