mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
chore: remove yarn version check on pr tests
This commit is contained in:
parent
c853c7a3d6
commit
402150d752
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -21,8 +21,6 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Check yarn cache integrity
|
||||
run: yarn install --immutable --immutable-cache --check-cache
|
||||
- name: Check yarn deferred versions have been applied
|
||||
run: yarn version check
|
||||
- name: Build packages
|
||||
run: yarn build
|
||||
# format tests don't pass on node 12 since icu is missing and tests don't work with locals
|
||||
|
8
.pnp.js
generated
8
.pnp.js
generated
@ -309,7 +309,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
]],
|
||||
["@apollo/protobufjs", [
|
||||
["npm:1.0.5", {
|
||||
"packageLocation": "./.yarn/cache/@apollo-protobufjs-npm-1.0.5-a95d547915-593f898542.zip/node_modules/@apollo/protobufjs/",
|
||||
"packageLocation": "./.yarn/unplugged/@apollo-protobufjs-npm-1.0.5-a95d547915/node_modules/@apollo/protobufjs/",
|
||||
"packageDependencies": [
|
||||
["@apollo/protobufjs", "npm:1.0.5"],
|
||||
["@protobufjs/aspromise", "npm:1.1.2"],
|
||||
@ -9061,7 +9061,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
]],
|
||||
["core-js", [
|
||||
["npm:3.6.5", {
|
||||
"packageLocation": "./.yarn/cache/core-js-npm-3.6.5-5941340066-9283348dd5.zip/node_modules/core-js/",
|
||||
"packageLocation": "./.yarn/unplugged/core-js-npm-3.6.5-5941340066/node_modules/core-js/",
|
||||
"packageDependencies": [
|
||||
["core-js", "npm:3.6.5"]
|
||||
],
|
||||
@ -9081,7 +9081,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
]],
|
||||
["core-js-pure", [
|
||||
["npm:3.6.5", {
|
||||
"packageLocation": "./.yarn/cache/core-js-pure-npm-3.6.5-c634b57d82-91fc8e0b69.zip/node_modules/core-js-pure/",
|
||||
"packageLocation": "./.yarn/unplugged/core-js-pure-npm-3.6.5-c634b57d82/node_modules/core-js-pure/",
|
||||
"packageDependencies": [
|
||||
["core-js-pure", "npm:3.6.5"]
|
||||
],
|
||||
@ -16492,7 +16492,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
]],
|
||||
["nodemon", [
|
||||
["npm:2.0.6", {
|
||||
"packageLocation": "./.yarn/cache/nodemon-npm-2.0.6-533efccfd9-6a4b0d6ba2.zip/node_modules/nodemon/",
|
||||
"packageLocation": "./.yarn/unplugged/nodemon-npm-2.0.6-533efccfd9/node_modules/nodemon/",
|
||||
"packageDependencies": [
|
||||
["nodemon", "npm:2.0.6"],
|
||||
["chokidar", "npm:3.4.3"],
|
||||
|
Loading…
Reference in New Issue
Block a user