diff --git a/.github/wogithub/workflows/e2e-cache.yml b/.github/wogithub/workflows/e2e-cache.yml new file mode 100644 index 00000000..9f290f72 --- /dev/null +++ b/.github/wogithub/workflows/e2e-cache.yml @@ -0,0 +1,10 @@ +steps: + - uses: actions/checkout@v6 # Always run this first! + - name: Clean global cache + run: npm cache clean --force + - name: Setup Node + uses: ./ + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + # ... the rest of your steps ... diff --git a/package-lock.json b/package-lock.json index 59a0ec8b..af42ca80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3619,9 +3619,9 @@ "license": "MIT" }, "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "dev": true, "license": "MIT", "dependencies": {