mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
Update the NPM and PNPM version used by GitHub Actions to build the extension.
This commit is contained in:
parent
8254f6efe3
commit
3c92b0fe75
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -15,13 +15,13 @@ jobs:
|
|||
- name: Uses PNPM
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 8
|
||||
version: 10
|
||||
run_install: false
|
||||
|
||||
- name: Uses Node.js 18.x
|
||||
- name: Uses Node.js 22.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install Dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue