1
0
Fork 0
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:
SirStendec 2025-06-17 15:06:16 -04:00
parent 8254f6efe3
commit 3c92b0fe75

View file

@ -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