Skip to content

Commit

Permalink
Revert "remove restriction on node version"
Browse files Browse the repository at this point in the history
This reverts commit 84a4c53.
  • Loading branch information
kaleb-keny committed Sep 5, 2023
1 parent 84a4c53 commit fea42a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Get latest npm version
run: npm install -g npm@latest
- name: Install dependencies
Expand Down

0 comments on commit fea42a9

Please sign in to comment.