1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Chore: Trying to fix RSA error on CI (#12526)

This commit is contained in:
Laurent Cozic
2025-06-15 22:08:27 +01:00
committed by GitHub
parent c4b951544b
commit 449f49379d
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ runs:
if: ${{ runner.os != 'Windows' }}
- uses: actions/setup-node@v4
with:
node-version: '18.18.0'
node-version: '18.19.1'
# Disable the cache on ARM runners. For now, we don't run "yarn install" on these
# environments and this breaks actions/setup-node.
# See https://github.com/laurent22/joplin/commit/47d0d3eb9e89153a609fb5441344da10904c6308#commitcomment-159577783.

View File

@@ -12,7 +12,7 @@
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"generatePluginTypes": "rm -rf ./plugin_types && yarn tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
"test": "jest --verbose=false",
"test": "node --security-revert=CVE-2023-46809 ./node_modules/.bin/jest --verbose=false",
"test-ci": "yarn test"
},
"devDependencies": {