From 5ca60917d1baccb306d2e6cb41c68332b6dadd07 Mon Sep 17 00:00:00 2001 From: Mikola Lysenko Date: Wed, 27 May 2026 09:35:17 -0400 Subject: [PATCH] update release workflow --- .../.vscode/launch.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode/launch.json diff --git a/.github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode/launch.json b/.github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode/launch.json new file mode 100644 index 0000000..c90eda7 --- /dev/null +++ b/.github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "node", + "request": "launch", + "name": "Jest Test", + "program": "${workspaceFolder}/node_modules/jest/bin/jest", + "args": ["--runInBand", "--config=${workspaceFolder}/jest.config.js"], + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen" + }, + ] +} \ No newline at end of file