You've already forked joplin
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:
@@ -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.
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user