diff --git a/actions/setup_and_build/action.yml b/actions/setup_and_build/action.yml index a3abd3034..c53502656 100644 --- a/actions/setup_and_build/action.yml +++ b/actions/setup_and_build/action.yml @@ -8,6 +8,10 @@ runs: with: node-version-file: '.nvmrc' + - uses: actions/setup-python@v4 + with: + python-version: '3.11' + - name: Cache Desktop node_modules id: cache-desktop-modules uses: actions/cache@v3 diff --git a/yarn.lock b/yarn.lock index 01098d305..a13fb51d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -640,9 +640,9 @@ reselect "^4.1.5" "@signalapp/better-sqlite3@^8.4.3": - version "8.4.3" - resolved "https://registry.yarnpkg.com/@signalapp/better-sqlite3/-/better-sqlite3-8.4.3.tgz#7ffa8d03d2a12543247936bfb7b9f74cdbc6fe9b" - integrity sha512-6HaN8a90fWHBPIIZRRmSG7wc3BPczLx3Mb9MJ8wsatYqf8C1+2NdFae5AzII8Oe9YE9SSHzCjdPd8ST1m9+Qag== + version "8.5.2" + resolved "https://registry.yarnpkg.com/@signalapp/better-sqlite3/-/better-sqlite3-8.5.2.tgz#910669f44e76a46d06df45fabefcd3ac2e7c4cce" + integrity sha512-t7XalDxuRP115EratM6i1kbvIXJvzETcl8wqnt3NlWZdzil7kelS/RYz+PE1G+z8ZwtFyn/ViAFMt76AsArifw== dependencies: bindings "^1.5.0" tar "^6.1.0"