1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

fix(ci): set runners container to node 24 and enable corepack for yarn 4

This commit is contained in:
2025-07-19 02:37:01 +03:00
parent 7e57488896
commit db30e81765
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -38,7 +38,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: node:20
container: node:24
strategy:
fail-fast: false
matrix:
@@ -51,6 +51,7 @@ jobs:
echo "WXT_GA4_API_SECRET=${{ secrets.GA4_SECRET }}" >> .env
echo "WXT_GA4_MEASUREMENT_ID=${{ secrets.GA4_MEASUREMENT_ID }}" >> .env
- run: corepack enable
- run: yarn install
# Patch for firefox dnd popup (see https://github.com/clauderic/dnd-kit/issues/1043)