Skip to content

Commit

Permalink
test: pin node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu committed Dec 13, 2023
1 parent 99cf0a6 commit eadfd91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-highlight-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- name: Install prerequisites
run: |
npm install -g pnpm
Expand Down

0 comments on commit eadfd91

Please sign in to comment.