Skip to content

Commit

Permalink
Update Node.js version in PR Github Actions workflow
Browse files Browse the repository at this point in the history
The Node.js version used in our Github Actions workflow for Pull Requests has been updated. It has been changed from version 16 to version 20 for improved compatibility and performance.
  • Loading branch information
AhmedElywa committed May 30, 2024
1 parent 28ae735 commit 781d6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down

0 comments on commit 781d6ad

Please sign in to comment.