Update GitHub Actions workflow to use Node.js 22 for improved compatibility and performance.
This commit is contained in:
parent
cde4316e5d
commit
6065586681
|
|
@ -41,10 +41,10 @@ jobs:
|
|||
🔄 Icons are being validated... Please wait...
|
||||
continue-on-error: true
|
||||
|
||||
- name: Use Node.js 20
|
||||
- name: Use Node.js 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
|
|
|
|||
Loading…
Reference in New Issue