Upgrade dompurify to 3.2.4

This commit is contained in:
Allan Roger Reid
2025-02-19 05:56:55 -08:00
parent be16cae9ae
commit fbdcc0e30c
2 changed files with 3 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ jobs:
id: node_version
run: echo "$(cat .nvmrc)" && echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_ENV
- name: Enable Corepack
run: corepack enable && corepack prepare yarn@stable --activate
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NVMRC }}